nixos/system: Add xhci_pci as it is needed to detect host buses in the initrd for usb keyboards on the xhci bus and storage devices on the iso
This commit is contained in:
parent
3b65c29710
commit
b556983eb7
|
@ -193,6 +193,7 @@ in
|
||||||
"ohci_hcd"
|
"ohci_hcd"
|
||||||
"ohci_pci"
|
"ohci_pci"
|
||||||
"xhci_hcd"
|
"xhci_hcd"
|
||||||
|
"xhci_pci"
|
||||||
"usbhid"
|
"usbhid"
|
||||||
"hid_generic"
|
"hid_generic"
|
||||||
"hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
|
"hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
|
||||||
|
|
Loading…
Reference in New Issue