makefu/base" fix secrets path

This commit is contained in:
makefu 2015-10-01 18:49:16 +02:00
parent 4d5bfae7b2
commit 73aa310104

View File

@ -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
]; ];