diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-06 19:20:55 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-06 19:20:55 -0800 |
commit | e4684d3f5778ecf3432b2e93b9af0cb79686e9f8 (patch) | |
tree | e9f1b091ecf6b13020fdaf6384b695948e4cd43e /secrets.nix | |
parent | unifi: add unifi on the NAS (diff) | |
download | world-e4684d3f5778ecf3432b2e93b9af0cb79686e9f8.tar.gz |
unifi: configure the poller
Diffstat (limited to '')
-rw-r--r-- | secrets.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix index 3d50744..3d39048 100644 --- a/secrets.nix +++ b/secrets.nix @@ -18,4 +18,6 @@ in { "secrets/traefik/gcp_service_account.json.age".publicKeys = [ fcuny_aptos aptos tahoe ]; + + "secrets/unifi/unifi-poller.age".publicKeys = [ fcuny_aptos aptos tahoe ]; } |