Merge pull request 'hetzner api key needs prefix' (#15) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 42s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 42s
Reviewed-on: #15
This commit is contained in:
commit
365de6ebc5
1 changed files with 2 additions and 1 deletions
|
|
@ -48,10 +48,11 @@ in
|
|||
domain = "*.${constants.intranet}";
|
||||
webroot = null;
|
||||
dnsProvider = "hetzner";
|
||||
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
|
||||
credentialsFile = config.sops.templates.hetzner-dns-api-key.path;
|
||||
};
|
||||
};
|
||||
sops.secrets.hetzner-dns-api-key = { };
|
||||
sops.templates.hetzner-dns-api-key.content = "HETZNER_API_TOKEN=${config.sops.placeholder.hetzner-dns-api-key}";
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue