lass 2 base: get hashedPassword from /root/secrets

This commit is contained in:
lassulus 2015-10-01 22:14:33 +02:00
parent 5052726286
commit ca00630b49

View file

@ -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 = {