From 152da7671cf659a403e5d561ca1bc69940a7e90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 23 Dec 2013 09:01:45 +0100 Subject: [PATCH] nixos initrd: load atkbd, not xtkbd I don't think anyone has a XT keyboard in a computer running nixos. --- nixos/modules/system/boot/kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"