hosts/ni: update kernel modules list

This commit is contained in:
Gabriel Arazas 2024-03-02 12:43:39 +08:00
parent ef29c952d3
commit c73f9e0c1e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -8,8 +8,7 @@
# Get the latest kernel for the desktop experience.
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.availableKernelModules =
[ "xhci_pci" "ahci" "nvme" "usbhid" "uas" "sd_mod" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];