aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/secrets/secrets.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-21 19:25:59 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-21 19:25:59 -0700
commitd91013096244ab0026dfc0f53d14ea0bbd3a8d79 (patch)
treeaa573b98c861ad152ff53b13654bef745ca610f9 /hosts/tahoe/secrets/secrets.nix
parentsyncthing: enable on tahoe (diff)
downloadinfra-d91013096244ab0026dfc0f53d14ea0bbd3a8d79.tar.gz
syncthing: configure the keys for tahoe
Diffstat (limited to 'hosts/tahoe/secrets/secrets.nix')
-rw-r--r--hosts/tahoe/secrets/secrets.nix10
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;