Loading
nixos/config: correct hashedPasswordFile doc
`chpasswd -e` accepts entries in the form of:
<user>:<hashed-password-etc>
However, using a value in the above format fails to set the password
hash. Using ONLY the <hashed-password> generated by `mkpasswd` works as
expected.