diff --git a/modules/system/boot/kernel.nix b/modules/system/boot/kernel.nix index 291dae31a6fc..532c198f9d00 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"