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
wip/yesman
Vladimír Čunát 6 years ago
parent e35090706c
commit 84fb5c6a0d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      nixos/modules/system/boot/kernel.nix

@ -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.

Loading…
Cancel
Save