latest kernel!

This commit is contained in:
Chris Dombroski 2024-11-08 19:30:16 -05:00
parent 8d02e5f062
commit a08fc28647

View file

@ -43,6 +43,7 @@ in
magicOrExtension = "\\x7fELF....AI\\x02"; magicOrExtension = "\\x7fELF....AI\\x02";
}; };
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackage_latest;
kernelModules = [ "kvm-amd" ]; kernelModules = [ "kvm-amd" ];
initrd.availableKernelModules = [ initrd.availableKernelModules = [
"nvme" "nvme"