Machines/Archie: replace usb_storage module with nvme

This commit is contained in:
Toast 2024-12-15 02:28:56 +01:00
parent efc4b199a4
commit 4bb34105f1

View file

@ -14,7 +14,7 @@
# Enable support for the Xbox One wireless dongle
hardware.xone.enable = true;
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usbhid" "nvme" "sd_mod"];
boot.initrd.kernelModules = ["amdgpu"];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];