nixos/availableKernelModules: add a keyboard module

Non-working keyboards during boot are quite a problem; see:
https://github.com/NixOS/nixpkgs/pull/33529#issuecomment-361164997
This commit is contained in:
Vladimír Čunát 2018-02-03 10:45:09 +01:00
parent e35090706c
commit 84fb5c6a0d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -206,7 +206,8 @@ in
"xhci_hcd"
"xhci_pci"
"usbhid"
"hid_generic" "hid_lenovo" "hid_apple" "hid_roccat" "hid_logitech_hidpp"
"hid_generic" "hid_lenovo" "hid_apple" "hid_roccat"
"hid_logitech_hidpp" "hid_logitech_dj"
] ++ optionals (pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64) [
# Misc. x86 keyboard stuff.