makefu/base" fix secrets path
This commit is contained in:
parent
4d5bfae7b2
commit
73aa310104
@ -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 New Issue
Block a user