From 73aa31010415ac5f7bf86d2bb77099fc3097905a Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Thu, 1 Oct 2015 18:49:16 +0200
Subject: [PATCH] makefu/base" fix secrets path

---
 makefu/2configs/base.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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