mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos initrd: load atkbd, not xtkbd
I don't think anyone has a XT keyboard in a computer running nixos.
This commit is contained in:
parent
786b828f33
commit
152da7671c
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ in
|
|||
"unix"
|
||||
|
||||
# Misc. stuff.
|
||||
"pcips2" "xtkbd"
|
||||
"pcips2" "atkbd"
|
||||
|
||||
# To wait for SCSI devices to appear.
|
||||
"scsi_wait_scan"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue