summary refs log tree commit diff
path: root/nixos/modules/profiles/all-hardware.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/profiles/all-hardware.nix
parentbcdbbf3ea158b694192e12be9e719ec653b94fc2 (diff)
downloadnixpkgs-02cb604fd6d77c2768df484219e752d7fbe5b877.tar
nixpkgs-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.gz
nixpkgs-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.bz2
nixpkgs-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.lz
nixpkgs-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.xz
nixpkgs-02cb604fd6d77c2768df484219e752d7fbe5b877.tar.zst
nixpkgs-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/profiles/all-hardware.nix')
-rw-r--r--nixos/modules/profiles/all-hardware.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 511c118e2bf..6385ee69500 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/nixos/modules/profiles/all-hardware.nix
@@ -8,7 +8,7 @@
 {
 
   # The initrd has to contain any module that might be necessary for
-  # mounting the CD/DVD.
+  # supporting the most important parts of HW like drives.
   boot.initrd.availableKernelModules =
     [ # SATA/PATA support.
       "ahci"
@@ -43,7 +43,7 @@
       "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "virtio_console"
 
       # Keyboards
-      "hid_apple"
+      "usbhid" "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
     ];
 
   # Include lots of firmware.