lass 2 base: get hashedPassword from /root/secrets
This commit is contained in:
parent
5052726286
commit
ca00630b49
|
@ -9,7 +9,7 @@ with lib;
|
|||
{
|
||||
users.extraUsers =
|
||||
mapAttrs (_: h: { hashedPassword = h; })
|
||||
(import /root/src/secrets/hashedPasswords.nix);
|
||||
(import /root/secrets/hashedPasswords.nix);
|
||||
}
|
||||
{
|
||||
users.extraUsers = {
|
||||
|
|
Loading…
Reference in a new issue