summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-07-04 10:18:52 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-07-04 10:23:25 +0100
commitb2aa673d5ac626c429417ef4cb4ff9c866ff74f4 (patch)
treec296d6d04d9bbcd63cb1627fe3e730e99f748f43
parent14b4a0e2f2c41a7595a6b3ce7506b80d3b91a6cb (diff)
downloadnixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.tar
nixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.tar.gz
nixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.tar.bz2
nixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.tar.lz
nixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.tar.xz
nixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.tar.zst
nixpkgs-b2aa673d5ac626c429417ef4cb4ff9c866ff74f4.zip
nixos: fix manual build
https://github.com/NixOS/nixpkgs/pull/92240#issuecomment-653740926
-rw-r--r--nixos/modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index e6b9a78f416..c2f16e5ed8e 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -33,7 +33,7 @@ let
 
     For logins with a fixed password (including the empty-string password with
     prompt), use one of the un-hashed password options instead, such as
-    <option>users.users.<name?>.password</option>.
+    <option>users.users.&lt;name?&gt;.password</option>.
 
     Such unprotected logins should only be used for e.g. bootable live systems.
   '';