diff options
author | makefu <github@syntax-fehler.de> | 2021-11-24 08:27:30 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-11-24 08:27:30 +0100 |
commit | d2776a87a51bbc63957ee2e590f18a7425a87987 (patch) | |
tree | 7052993633e46defc64737aff54d0272a8ce75c1 /krebs/3modules/shadow.nix | |
parent | 60b7a7bded68ebd3a5d76b6e0374e189f3a64300 (diff) | |
parent | 4c7abec39771cbd47dc091c674a0429f5c757ebc (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules/shadow.nix')
-rw-r--r-- | krebs/3modules/shadow.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/3modules/shadow.nix b/krebs/3modules/shadow.nix index 9505efb0c..f056cfd8e 100644 --- a/krebs/3modules/shadow.nix +++ b/krebs/3modules/shadow.nix @@ -55,11 +55,11 @@ in { The overrides file may contain either regular shadow(5) entries like: - <code><login-name>:<hashed-password>:1::::::</code> + <code>‹login-name›:‹hashed-password›:1::::::</code> Or shortened entries only containing login name and password like: - <code><login-name>:<hashed-password></code> + <code>‹login-name›:‹hashed-password›</code> ''; type = types.nullOr (types.either types.path types.absolute-pathname); }; |