summaryrefslogtreecommitdiffstats
path: root/jeschli
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2019-01-29 20:00:28 +0100
committerjeschli <jeschli@gmail.com>2019-02-09 15:52:32 +0100
commite9fd723213f0838d19a04ff3daf398593c05e1e1 (patch)
tree71925e3ae0087a98582ca0531e32ffd3354ab3fd /jeschli
parent29a1214033a2a67b4f00263c2b86d04002838405 (diff)
j krops: fix directory
Diffstat (limited to 'jeschli')
-rw-r--r--jeschli/krops.nix5
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}";
};
}
];