kernel: do not load configs module (close #10912)
... because we make it built-in by default. I can't imagine anyone who wanted to purge this module from his/her system, so let's keep it simple, at least for now.
This commit is contained in:
@@ -158,7 +158,7 @@ in
|
|||||||
|
|
||||||
boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
|
boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
|
||||||
|
|
||||||
boot.kernelModules = [ "loop" "configs" "atkbd" ];
|
boot.kernelModules = [ "loop" "atkbd" ];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules =
|
boot.initrd.availableKernelModules =
|
||||||
[ # Note: most of these (especially the SATA/PATA modules)
|
[ # Note: most of these (especially the SATA/PATA modules)
|
||||||
|
|||||||
Reference in New Issue
Block a user