about summary refs log tree commit diff stats
path: root/sys/secrets/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-28 11:01:33 +0100
committerSoispha <soispha@vhack.eu>2024-03-28 11:01:33 +0100
commit815dfcc69f82e6ae37633185d4c0fe487793bcd4 (patch)
tree930f69ebeffd9e59571ec739f02b9a077c3bd629 /sys/secrets/default.nix
parentfix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent (diff)
downloadnixos-config-815dfcc69f82e6ae37633185d4c0fe487793bcd4.tar.gz
nixos-config-815dfcc69f82e6ae37633185d4c0fe487793bcd4.zip
chore(treewide): Move away from git-crypt
Diffstat (limited to '')
-rw-r--r--sys/secrets/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/secrets/default.nix b/sys/secrets/default.nix
index 86118d10..d69014bf 100644
--- a/sys/secrets/default.nix
+++ b/sys/secrets/default.nix
@@ -56,6 +56,12 @@ in {
             owner = "soispha";
             group = "users";
           };
+          taskserverCredentials = {
+            file = ./taskserver/credentials;
+            mode = "700";
+            owner = "soispha";
+            group = "users";
+          };
         };
       };
     };