makefu/base" fix secrets path
This commit is contained in:
parent
4d5bfae7b2
commit
73aa310104
@ -6,7 +6,7 @@ with lib;
|
|||||||
{
|
{
|
||||||
users.extraUsers =
|
users.extraUsers =
|
||||||
mapAttrs (_: h: { hashedPassword = h; })
|
mapAttrs (_: h: { hashedPassword = h; })
|
||||||
(import /root/src/secrets/hashedPasswords.nix);
|
(import <secrets/hashedPasswords.nix>);
|
||||||
}
|
}
|
||||||
./vim.nix
|
./vim.nix
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user