diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 11:01:33 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-28 11:01:33 +0100 |
commit | 815dfcc69f82e6ae37633185d4c0fe487793bcd4 (patch) | |
tree | 930f69ebeffd9e59571ec739f02b9a077c3bd629 /sys/secrets/secrets.nix | |
parent | fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent (diff) | |
download | nixos-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.nix | 1 |
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]; } |