about summary refs log tree commit diff stats
path: root/sys/secrets/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/secrets/default.nix')
-rw-r--r--sys/secrets/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/sys/secrets/default.nix b/sys/secrets/default.nix
index 95bbf248..b013681b 100644
--- a/sys/secrets/default.nix
+++ b/sys/secrets/default.nix
@@ -25,13 +25,11 @@ in {
             owner = "soispha";
             group = "users";
           };
-          lf = {
-            cd_paths = {
-              file = ./lf/cd_paths;
-              mode = "700";
-              owner = "soispha";
-              group = "users";
-            };
+          lf_cd_paths = {
+            file = ./lf/cd_paths;
+            mode = "700";
+            owner = "soispha";
+            group = "users";
           };
           serverphoneCa = {
             file = ./serverphone/ca.key;