fix: let acme wait so that it does not constantly fail. for some reason this is required. maybe desec changed their ttl?

This commit is contained in:
Ahwx 2025-10-23 00:13:33 +02:00
parent 2f1eaf2808
commit 51ac6aed59

View file

@ -9,6 +9,12 @@
security.acme = {
acceptTerms = true;
defaults.email = lib.mkDefault "ahwx@ahwx.org";
defaults = {
# server = "https://acme-staging-v02.api.letsencrypt.org/directory";
# dnsPropagationCheck = false;
extraLegoFlags = [ "--dns.propagation-wait=300s" ];
dnsProvider = "ns1.desec.io:53";
};
certs = {
"liv.town" = {
domain = "*.liv.town";