diff --git a/modules/system/boot/kernel.nix b/modules/system/boot/kernel.nix index 291dae31a6f..532c198f9d0 100644 --- a/modules/system/boot/kernel.nix +++ b/modules/system/boot/kernel.nix @@ -179,9 +179,11 @@ in # a USB keyboard. "uhci_hcd" "ehci_hcd" + "ehci_pci" "ohci_hcd" "xhci_hcd" "usbhid" + "hid_generic" # Unix domain sockets (needed by udev). "unix"