summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-12-23 09:01:45 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-12-23 09:01:45 +0100
commit152da7671cf659a403e5d561ca1bc69940a7e90d (patch)
treecc863304f1f9ce43b975755fa1cc2eca01a046b1 /nixos/modules/system/boot/kernel.nix
parent786b828f334b14888f40b7710ceedb8bc70f98b4 (diff)
downloadnixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.tar
nixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.tar.gz
nixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.tar.bz2
nixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.tar.lz
nixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.tar.xz
nixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.tar.zst
nixlib-152da7671cf659a403e5d561ca1bc69940a7e90d.zip
nixos initrd: load atkbd, not xtkbd
I don't think anyone has a XT keyboard in a computer running nixos.
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 ee2f5e9b4f61..2b075bf6a6d2 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -199,7 +199,7 @@ in
         "unix"
 
         # Misc. stuff.
-        "pcips2" "xtkbd"
+        "pcips2" "atkbd"
 
         # To wait for SCSI devices to appear.
         "scsi_wait_scan"