Skip to content

Support storing password hashes in files (implement #169)

Allows reading password hashes from files rather than storing them in /nix/store.

Adds the loginAccounts.hashedPasswordFile option, which accepts a path to the hash file on the server's filesystem.

Edited by Galen Abell

Merge request reports