nixos/users-groups: update option description to clarify initial* option precedence
This commit is contained in:
parent
5508000ddf
commit
c56e5ef801
1 changed files with 6 additions and 0 deletions
|
@ -273,6 +273,9 @@ let
|
||||||
{command}`passwd` command. Otherwise, it's
|
{command}`passwd` command. Otherwise, it's
|
||||||
equivalent to setting the {option}`hashedPassword` option.
|
equivalent to setting the {option}`hashedPassword` option.
|
||||||
|
|
||||||
|
Note that the {option}`hashedPassword` option will override
|
||||||
|
this option if both are set.
|
||||||
|
|
||||||
${hashedPasswordDescription}
|
${hashedPasswordDescription}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -291,6 +294,9 @@ let
|
||||||
is world-readable in the Nix store, so it should only be
|
is world-readable in the Nix store, so it should only be
|
||||||
used for guest accounts or passwords that will be changed
|
used for guest accounts or passwords that will be changed
|
||||||
promptly.
|
promptly.
|
||||||
|
|
||||||
|
Note that the {option}`password` option will override this
|
||||||
|
option if both are set.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue