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";
|
"home-assistant-token".owner = "prometheus";
|
||||||
"grafana-password".owner = "grafana";
|
"grafana-password".owner = "grafana";
|
||||||
"cloudflare-dyndns-api-token" = { };
|
"cloudflare-dyndns-api-token" = { };
|
||||||
|
"cloudflare-api-tokens" = { };
|
||||||
"restic-hetzner-password" = { };
|
"restic-hetzner-password" = { };
|
||||||
"hass-ssh-key".owner = "hass";
|
"hass-ssh-key".owner = "hass";
|
||||||
"sisko-attic-environment-file".owner = "atticd";
|
"sisko-attic-environment-file".owner = "atticd";
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
dnsPropagationCheck = true;
|
dnsPropagationCheck = true;
|
||||||
group = config.services.nginx.group;
|
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