about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-09 20:35:01 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-19 14:07:59 +0100
commitf391e6dbccfb8289930a139f2afcfd032c60d89f (patch)
treef585a6088c6ca009867f5570137691dfbfbafce0 /nixos/modules/config
parent55ab131ee2a1099e7a41a76570365eba72b45159 (diff)
nixos/user: Don't recommend mkpasswd methods
Instead rely on the default, which at this time is yescrypt.
Diffstat (limited to 'nixos/modules/config')
-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 b538a0119c06d..de5e398dc46a9 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -35,7 +35,7 @@ let
   '';
 
   hashedPasswordDescription = ''
-    To generate a hashed password run `mkpasswd -m sha-512`.
+    To generate a hashed password run `mkpasswd`.
 
     If set to an empty string (`""`), this user will
     be able to log in without being asked for a password (but not via remote