summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-25 18:04:27 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-25 19:06:07 +0200
commit174dd0eae73ad95b7bf8e364095f33e5163a448b (patch)
tree2e61ef25dec2c20d47d9ec57e0c7ae1c7b946c4a /nixos/modules/system/boot/kernel.nix
parent9d5508d85c33b8fb22d79dde6176792eac2c2696 (diff)
downloadnixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.tar
nixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.tar.gz
nixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.tar.bz2
nixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.tar.lz
nixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.tar.xz
nixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.tar.zst
nixlib-174dd0eae73ad95b7bf8e364095f33e5163a448b.zip
Fix description of boot.consoleLogLevel
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 63a095be6311..ae868219aa42 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -49,9 +49,8 @@ in
       type = types.int;
       default = 4;
       description = ''
-        The kernel console log level.  Only log messages with a
-        priority numerically less than this will appear on the
-        console.
+        The kernel console log level.  Log messages with a priority
+        numerically less than this will not appear on the console.
       '';
     };