about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-01-04 13:59:53 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-01-04 13:59:53 +0100
commit0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6 (patch)
tree8204c601d2eff7b4cc9b08ad2c5eeb44fda6b5bc /nixos/modules/system/boot
parent21c7a81d5bf88373bfb657d9b4c7aaaacefaa44a (diff)
downloadnixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.tar
nixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.tar.gz
nixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.tar.bz2
nixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.tar.lz
nixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.tar.xz
nixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.tar.zst
nixlib-0e1fe66aad9c8f1afc01d120c06ac1944fd5f7c6.zip
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.
Diffstat (limited to 'nixos/modules/system/boot')
-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 ac40e8a49acf..17e3a038221c 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -158,7 +158,7 @@ in
 
     boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
 
-    boot.kernelModules = [ "loop" "configs" "atkbd" ];
+    boot.kernelModules = [ "loop" "atkbd" ];
 
     boot.initrd.availableKernelModules =
       [ # Note: most of these (especially the SATA/PATA modules)