hosts/TITAN: nvidia, fuck you

This commit is contained in:
Max Headroom 2024-04-21 17:46:40 +02:00
parent cfd7d1fc2e
commit fad63909be

View file

@ -27,7 +27,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_6;
networking.hostName = "TITAN";
@ -55,8 +55,6 @@
services.xserver.displayManager.gdm.autoSuspend = false;
boot.supportedFilesystems = [ "bcachefs" ];
boot.tmp = {
useTmpfs = true;
tmpfsSize = "75%";