summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-01-12 13:21:01 +0000
committerAlyssa Ross <hi@alyssa.is>2022-01-12 14:04:14 +0000
commit5c8ddfd0b54205504181475f4e7498356a8c505e (patch)
tree86a5540ab3d07fd6f8814601b490e6f06078ba17 /nixos/modules/system
parent3120d901d345312263c0c0226e46bf86b33e662f (diff)
downloadnixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.tar
nixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.tar.gz
nixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.tar.bz2
nixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.tar.lz
nixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.tar.xz
nixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.tar.zst
nixpkgs-5c8ddfd0b54205504181475f4e7498356a8c505e.zip
nixos/stage-1: update udev.log_level name in docs
I was confused why I couldn't find a mention of udev.log_priority in
systemd-udevd.service(8).  It turns out that it was renamed[1] to
udev.log_level.  The old name is still accepted, but it'll avoid
further confusion if we use the new name in our documentation.

[1]: https://github.com/systemd/systemd/commit/64a3494c3d40cbf494c22aef1ae96f6a0e11c9a0
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/stage-1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix
index 409424a5b0f..6dfe6b939ab 100644
--- a/nixos/modules/system/boot/stage-1.nix
+++ b/nixos/modules/system/boot/stage-1.nix
@@ -633,7 +633,7 @@ in
 
           <itemizedlist>
             <listitem><para><literal>boot.consoleLogLevel = 0;</literal></para></listitem>
-            <listitem><para><literal>boot.kernelParams = [ "quiet" "udev.log_priority=3" ];</literal></para></listitem>
+            <listitem><para><literal>boot.kernelParams = [ "quiet" "udev.log_level=3" ];</literal></para></listitem>
           </itemizedlist>
         '';
     };