Unverified Commit d9db9fe9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/config: correct hashedPasswordFile doc (#403825)

parents e30e90e6 b8089bd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -384,8 +384,8 @@ let
          description = ''
            The full path to a file that contains the hash of the user's
            password. The password file is read on each system activation. The
            file should contain exactly one line, which should be the password in
            an encrypted form that is suitable for the `chpasswd -e` command.
            file should contain exactly one line, the salted password hash
            produced by `mkpasswd`.

            ${passwordDescription}
          '';