about summary refs log tree commit diff
path: root/hosts/tahoe/secrets/secrets.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 12:08:25 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 12:08:25 -0700
commit1f2b5c4412560bf77ef6995905d1356dd224b7c3 (patch)
tree0500eaf3e89d32d38979516fa902ca46e055d9d7 /hosts/tahoe/secrets/secrets.nix
parentnginx: get a simple solution to work first (diff)
downloadworld-1f2b5c4412560bf77ef6995905d1356dd224b7c3.tar.gz
grafana: try to configure the domain with acme+dns
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/secrets/secrets.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix
index d6b7272..71b2bd1 100644
--- a/hosts/tahoe/secrets/secrets.nix
+++ b/hosts/tahoe/secrets/secrets.nix
@@ -4,7 +4,8 @@ let
 in {
   "wireguard_privatekey.age".publicKeys = [ fcuny_aptos ];
 
-  "traefik/gcp_service_account.json.age".publicKeys = [ fcuny_aptos ];
+  "acme/credentials.age".publicKeys = [ fcuny_aptos ];
+  "acme/gcp_service_account.json.age".publicKeys = [ fcuny_aptos ];
 
   "unifi/unifi-poller.age".publicKeys = [ fcuny_aptos ];