diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-21 19:25:59 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-21 19:25:59 -0700 |
| commit | d91013096244ab0026dfc0f53d14ea0bbd3a8d79 (patch) | |
| tree | aa573b98c861ad152ff53b13654bef745ca610f9 /hosts/tahoe/secrets/secrets.nix | |
| parent | syncthing: enable on tahoe (diff) | |
| download | infra-d91013096244ab0026dfc0f53d14ea0bbd3a8d79.tar.gz | |
syncthing: configure the keys for tahoe
Diffstat (limited to 'hosts/tahoe/secrets/secrets.nix')
| -rw-r--r-- | hosts/tahoe/secrets/secrets.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix index 60b8550..01ff035 100644 --- a/hosts/tahoe/secrets/secrets.nix +++ b/hosts/tahoe/secrets/secrets.nix @@ -18,6 +18,16 @@ in { owner = "drone"; }; + "syncthing/key.age" = { + publicKeys = all; + owner = "fcuny"; + }; + + "syncthing/cert.age" = { + publicKeys = all; + owner = "fcuny"; + }; + "unifi/unifi-poller.age".publicKeys = all; "restic/repo-systems.age".publicKeys = all; |
