Run latest kernel instead of LTS

main
Chandler Swift 2024-05-23 23:12:06 -05:00
parent e61f7d59dd
commit 79a372de03
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.extraModulePackages = [ ];
fileSystems."/" =