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