chore: remove uhci_pci kernel module since otherwise it won't rebuild correctly, have not found issues so far

This commit is contained in:
Ahwx 2025-03-22 22:48:09 +01:00
parent 000cf926d2
commit 8339d9cd79

View file

@ -10,7 +10,7 @@
boot = { boot = {
initrd = { initrd = {
availableKernelModules = [ "ahci" "xhci_pci" "uhci_pci" "usbhid" "usb_storage" "sd_mod" ]; availableKernelModules = [ "ahci" "xhci_pci" "usbhid" "usb_storage" "sd_mod" ]; # "uhci_pci"
kernelModules = [ ]; kernelModules = [ ];
}; };
kernelModules = [ "kvm-intel" ]; kernelModules = [ "kvm-intel" ];