hosts/TITAN: nvidia, fuck you
This commit is contained in:
parent
cfd7d1fc2e
commit
fad63909be
1 changed files with 1 additions and 3 deletions
|
@ -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%";
|
||||
|
|
Loading…
Reference in a new issue