mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 06:19:11 +00:00
hosts/ni: revert Linux kernel version to default
Also causing a lot of recursive imports issues (I think).
This commit is contained in:
parent
e4c1a45b2d
commit
c2d000d09b
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user