diff options
| author | jeschli <jeschli@gmail.com> | 2019-01-29 20:00:28 +0100 | 
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2019-02-09 15:52:32 +0100 | 
| commit | e9fd723213f0838d19a04ff3daf398593c05e1e1 (patch) | |
| tree | 71925e3ae0087a98582ca0531e32ffd3354ab3fd | |
| parent | 29a1214033a2a67b4f00263c2b86d04002838405 (diff) | |
j krops: fix directory
| -rw-r--r-- | jeschli/krops.nix | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/jeschli/krops.nix b/jeschli/krops.nix index 989abcd..dbf94bd 100644 --- a/jeschli/krops.nix +++ b/jeschli/krops.nix @@ -12,10 +12,7 @@        secrets = if test then {          file = toString ./2configs/tests/dummy-secrets;        } else { -        pass = { -          dir = "${lib.getEnv "HOME"}/.password-store"; -          name = "hosts/${name}"; -        }; +        file = "${lib.getEnv "HOME"}/secrets/${name}";        };      }    ]; | 
