mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixos/user: Don't recommend mkpasswd methods
Instead rely on the default, which at this time is yescrypt.
This commit is contained in:
parent
55ab131ee2
commit
f391e6dbcc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue