fix deSEC ACME/lego: polling interval (30), propagation timeout (180) and TTL (3600) #56

Merged
inex merged 1 commits from fix-desec into flakes 2024-03-14 12:24:48 +02:00
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@ let
CLOUDFLARE_ZONE_API_TOKEN=$TOKEN
CLOUDFLARE_POLLING_INTERVAL=30
'';
DESEC = "DESEC_TOKEN=$TOKEN";
DESEC = ''
DESEC_TOKEN=$TOKEN
DESEC_POLLING_INTERVAL=30
DESEC_PROPAGATION_TIMEOUT=180
DESEC_TTL=3600
'';
};
dnsCredentialsTemplate = dnsCredentialsTemplates.${cfg.dns.provider};
acme-env-filepath = "/var/lib/selfprivacy/acme-env";