Update kernel

This commit is contained in:
iFargle 2024-02-08 18:22:08 +09:00
parent aa3949e4a1
commit 8a14b237f3

View file

@ -25,7 +25,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "boot.shell_on_fail" ];
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];