summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-01 18:49:16 +0200
committermakefu <github@syntax-fehler.de>2015-10-01 18:49:16 +0200
commit73aa31010415ac5f7bf86d2bb77099fc3097905a (patch)
tree206b29858ad46b8b2293d827c587b2a6be555046 /makefu
parent4d5bfae7b24810238555ec919c53e66077a606de (diff)
makefu/base" fix secrets path
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/base.nix b/makefu/2configs/base.nix
index 34b41302..91a50039 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
];