makefu/base" fix secrets path
This commit is contained in:
parent
abab867628
commit
15dd60070d
|
@ -6,7 +6,7 @@ with lib;
|
|||
{
|
||||
users.extraUsers =
|
||||
mapAttrs (_: h: { hashedPassword = h; })
|
||||
(import /root/src/secrets/hashedPasswords.nix);
|
||||
(import <secrets/hashedPasswords.nix>);
|
||||
}
|
||||
./vim.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue