diff options
author | makefu <github@syntax-fehler.de> | 2015-10-01 18:49:16 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-01 18:49:16 +0200 |
commit | 73aa31010415ac5f7bf86d2bb77099fc3097905a (patch) | |
tree | 206b29858ad46b8b2293d827c587b2a6be555046 /makefu/2configs/base.nix | |
parent | 4d5bfae7b24810238555ec919c53e66077a606de (diff) |
makefu/base" fix secrets path
Diffstat (limited to 'makefu/2configs/base.nix')
-rw-r--r-- | makefu/2configs/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/base.nix b/makefu/2configs/base.nix index 34b413024..91a500393 100644 --- a/makefu/2configs/base.nix +++ b/makefu/2configs/base.nix @@ -6,7 +6,7 @@ with lib; { users.extraUsers = mapAttrs (_: h: { hashedPassword = h; }) - (import /root/src/secrets/hashedPasswords.nix); + (import <secrets/hashedPasswords.nix>); } ./vim.nix ]; |