summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-02-09 13:09:05 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-02-09 13:09:26 -0800
commitb556983eb74c07c3168600eaa8ee5fb9f28f6bb6 (patch)
tree3fe43cb873360104d27557b043aa79a027880ed8 /nixos/modules/system
parent3b65c29710fea29795620bbed5f1d5104bfd1b0e (diff)
downloadnixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.tar
nixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.tar.gz
nixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.tar.bz2
nixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.tar.lz
nixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.tar.xz
nixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.tar.zst
nixlib-b556983eb74c07c3168600eaa8ee5fb9f28f6bb6.zip
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
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/kernel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 79b173a6ead8..ff0c6ac3beec 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -193,6 +193,7 @@ in
         "ohci_hcd"
         "ohci_pci"
         "xhci_hcd"
+        "xhci_pci"
         "usbhid"
         "hid_generic"
         "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"