intranet uses hetzner instead of webroot

This commit is contained in:
sid 2026-04-03 15:49:39 +02:00
parent f26b7b12dc
commit 5f408cc956

View file

@ -46,6 +46,7 @@ in
security.acme = {
certs."${constants.intranet}" = {
domain = "*.${constants.intranet}";
webroot = null;
dnsProvider = "hetzner";
credentialsFile = config.sops.secrets.hetzner-dns-api-key.path;
};