Add secret
This commit is contained in:
parent
3ed798d1a8
commit
c9fe62115b
2 changed files with 2 additions and 1 deletions
|
@ -109,6 +109,7 @@
|
|||
"home-assistant-token".owner = "prometheus";
|
||||
"grafana-password".owner = "grafana";
|
||||
"cloudflare-dyndns-api-token" = { };
|
||||
"cloudflare-api-tokens" = { };
|
||||
"restic-hetzner-password" = { };
|
||||
"hass-ssh-key".owner = "hass";
|
||||
"sisko-attic-environment-file".owner = "atticd";
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
dnsProvider = "cloudflare";
|
||||
dnsPropagationCheck = true;
|
||||
group = config.services.nginx.group;
|
||||
environmentFile = config.age.secrets.cloudflare-dyndns-api-token.path;
|
||||
environmentFile = config.age.secrets.cloudflare-api-tokens.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue