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>2014-08-12 20:00:01 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-12 20:00:01 +0200
commit02cb604fd6d77c2768df484219e752d7fbe5b877 (patch)
tree6f46f291d5ee6286c977fcc5fcb269a8133e4ea4 /nixos/modules/system/boot/kernel.nix
parentbcdbbf3ea158b694192e12be9e719ec653b94fc2 (diff)
downloadnixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.tar
nixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.gz
nixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.bz2
nixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.lz
nixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.xz
nixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.zst
nixlib-02cb604fd6d77c2768df484219e752d7fbe5b877.zip
initrd.availableKernelModules: add support for keyboards
As explained in #2169, some keyboards need special drivers,
so these are always added, both on installation and normal systems.
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 9beb7fabce12..79b173a6ead8 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -195,6 +195,7 @@ in
         "xhci_hcd"
         "usbhid"
         "hid_generic"
+        "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
 
         # Unix domain sockets (needed by udev).
         "unix"