Use latest kernel

This commit is contained in:
Dave Gallant
2025-03-05 21:05:31 -05:00
parent 03c5aad74b
commit d3532cb48f

View File

@@ -37,7 +37,7 @@ in
boot = {
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
efi.canTouchEfiVariables = true;