summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-02-03 10:45:09 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-02-03 10:46:53 +0100
commit84fb5c6a0d08530631b60d6a70c9df987c7cd933 (patch)
tree1162da06853fb1f5a64f0d63eb4653a0b7a906c0 /nixos/modules/system/boot/kernel.nix
parente35090706ca83bb9ad8cc0af1d90000c84e85365 (diff)
downloadnixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.tar
nixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.tar.gz
nixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.tar.bz2
nixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.tar.lz
nixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.tar.xz
nixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.tar.zst
nixlib-84fb5c6a0d08530631b60d6a70c9df987c7cd933.zip
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
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index ba9d7285fbab..d21908f84537 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/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.