Skip to content

Commit

Permalink
nixos/availableKernelModules: add a keyboard module
Browse files Browse the repository at this point in the history
Non-working keyboards during boot are quite a problem; see:
#33529 (comment)
  • Loading branch information
vcunat committed Feb 3, 2018
1 parent e350907 commit 84fb5c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/system/boot/kernel.nix
Expand Up @@ -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.
Expand Down

0 comments on commit 84fb5c6

Please sign in to comment.