diff options
| author | tv <tv@krebsco.de> | 2021-11-08 03:16:02 +0100 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2021-11-08 05:14:49 +0100 | 
| commit | 8e5dc749c5d35ee307ed03d91c855331a2d9f3ce (patch) | |
| tree | 4868f937e0f6e966cfe190d488d742003ce1a864 | |
| parent | 1247440a3dde4ff28e107cdc0d59ded7990c7124 (diff) | |
shadow: fix for manual
| -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);      }; | 
