about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-09 20:33:19 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-19 14:07:59 +0100
commit55ab131ee2a1099e7a41a76570365eba72b45159 (patch)
tree3e5c3b424c88138ac32eda9d73c3b02c5ded7cc2 /nixos/doc/manual/configuration
parent6b242972a10b2783da4cba9c8f95f91a635dbf28 (diff)
nixos/manual: Don't recommend mkpasswd methods
Instead rely on the default, which at this time is yescrypt.
Diffstat (limited to 'nixos/doc/manual/configuration')
-rw-r--r--nixos/doc/manual/configuration/user-mgmt.chapter.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/user-mgmt.chapter.md b/nixos/doc/manual/configuration/user-mgmt.chapter.md
index 37990664a8f1b..5c3aca3ef9e95 100644
--- a/nixos/doc/manual/configuration/user-mgmt.chapter.md
+++ b/nixos/doc/manual/configuration/user-mgmt.chapter.md
@@ -32,8 +32,7 @@ account will cease to exist. Also, imperative commands for managing users and
 groups, such as useradd, are no longer available. Passwords may still be
 assigned by setting the user\'s
 [hashedPassword](#opt-users.users._name_.hashedPassword) option. A
-hashed password can be generated using `mkpasswd -m
-  sha-512`.
+hashed password can be generated using `mkpasswd`.
 
 A user ID (uid) is assigned automatically. You can also specify a uid
 manually by adding