nixos/user: Don't recommend mkpasswd methods
Instead rely on the default, which at this time is yescrypt.
This commit is contained in:
@@ -35,7 +35,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
hashedPasswordDescription = ''
|
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
|
If set to an empty string (`""`), this user will
|
||||||
be able to log in without being asked for a password (but not via remote
|
be able to log in without being asked for a password (but not via remote
|
||||||
|
|||||||
Reference in New Issue
Block a user