about summary refs log tree commit diff stats
path: root/sys/secrets/secrets.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/secrets.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 'sys/secrets/secrets.nix')
-rw-r--r--sys/secrets/secrets.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/secrets/secrets.nix b/sys/secrets/secrets.nix
index dd5bf022..4bbf895f 100644
--- a/sys/secrets/secrets.nix
+++ b/sys/secrets/secrets.nix
@@ -16,4 +16,5 @@ in {
   "taskserver/private.key".publicKeys = [soispha tiamat apzu];
   "taskserver/public.cert".publicKeys = [soispha tiamat apzu];
   "taskserver/ca.cert".publicKeys = [soispha tiamat apzu];
+  "taskserver/credentials".publicKeys = [soispha tiamat apzu];
 }