1771219793

This commit is contained in:
2026-02-15 22:29:53 -07:00
parent 4c8579a5c0
commit 676a7c1151

View File

@@ -8,10 +8,11 @@
};
boot.loader.efi.canTouchEfiVariables = true;
boot.consoleLogLevel = 3;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "tcp_bbr" ];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelParams = [ "preempt=full" ];
boot.kernelParams = [ "preempt=full" "quiet" "udev.log_priority=3" ];
boot.tmp.useTmpfs = true;
boot.tmp.tmpfsSize = "4G";