hosts/ni: revert Linux kernel version to default

Also causing a lot of recursive imports issues (I think).
This commit is contained in:
Gabriel Arazas 2024-03-03 10:54:33 +08:00
parent e4c1a45b2d
commit c2d000d09b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -5,9 +5,6 @@
(modulesPath + "/installer/scan/not-detected.nix")
];
# Get the latest kernel for the desktop experience.
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];