mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
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:
parent
2f1eaf2808
commit
51ac6aed59
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue