forked from mirrors/nixpkgs
Forcing the load of atkbd in initrd.
In some computers, having the module available does not really load it, therefore, it results in not having the keyboard avaiable in initrd.
This commit is contained in:
parent
deb0ed0810
commit
1c22734cd2
|
@ -159,7 +159,7 @@ in
|
|||
|
||||
boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
|
||||
|
||||
boot.kernelModules = [ "loop" "configs" ];
|
||||
boot.kernelModules = [ "loop" "configs" "atkbd" ];
|
||||
|
||||
boot.initrd.availableKernelModules =
|
||||
[ # Note: most of these (especially the SATA/PATA modules)
|
||||
|
|
Loading…
Reference in a new issue