From dfa071aeb298928f0545c9ab0d11c78bbfbe5c0f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Feb 2022 12:00:20 +0100 Subject: ... --- hosts/surtr/tls/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'hosts/surtr') diff --git a/hosts/surtr/tls/default.nix b/hosts/surtr/tls/default.nix index 237e0779..f8225802 100644 --- a/hosts/surtr/tls/default.nix +++ b/hosts/surtr/tls/default.nix @@ -124,9 +124,6 @@ in { RFC2136_TSIG_ALGORITHM=hmac-sha256. RFC2136_TSIG_KEY=${domain}_acme_key RFC2136_TSIG_SECRET_FILE=${tsigSecret.path} - RFC2136_TTL=0 - RFC2136_PROPAGATION_TIMEOUT=300 - RFC2136_POLLING_INTERVAL=5 ''; }; in (if isTsig then mkRFC2136 else mkKnotc) // cfg.domains.${domain}.certCfg; -- cgit v1.2.3