summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-02-13 01:42:13 +0100
committerDomen Kožar <domen@dev.si>2015-02-13 01:42:13 +0100
commit5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39 (patch)
tree3a94ed8d074802154ddb32a5a9f84e94f6fac30a /nixos/modules/system/boot/kernel.nix
parentb2d17156bbf84ad6fd8aeec1a2f985a3b77f1e2c (diff)
downloadnixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.tar
nixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.tar.gz
nixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.tar.bz2
nixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.tar.lz
nixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.tar.xz
nixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.tar.zst
nixlib-5a4614dc1f3c71237d41562b0cb7f76cf7e2fa39.zip
Add hid_lenovo to initrd kernel modules
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index ff0c6ac3beec..0cae9cb844c8 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -195,7 +195,7 @@ in
         "xhci_hcd"
         "xhci_pci"
         "usbhid"
-        "hid_generic"
+        "hid_generic" "hid_lenovo"
         "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
 
         # Unix domain sockets (needed by udev).