Update kernel
This commit is contained in:
parent
aa3949e4a1
commit
8a14b237f3
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue