hetzner api key needs prefix
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 16s
Flake check / flake-check (pull_request) Successful in 18s

This commit is contained in:
sid 2026-04-03 16:04:01 +02:00
parent e74970f142
commit 04d03398bf

View file

@ -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;