summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-22 11:58:27 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-22 11:58:27 +0100
commit9f66416293a4da3a85be31150a292e67ac537a41 (patch)
treeed0281bdb873026789bc2df506549958b5255c3b /hosts
parentd771c7c6217671a5a22181894f5d9639227757ce (diff)
downloadnixos-9f66416293a4da3a85be31150a292e67ac537a41.tar
nixos-9f66416293a4da3a85be31150a292e67ac537a41.tar.gz
nixos-9f66416293a4da3a85be31150a292e67ac537a41.tar.bz2
nixos-9f66416293a4da3a85be31150a292e67ac537a41.tar.xz
nixos-9f66416293a4da3a85be31150a292e67ac537a41.zip
...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/tls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/tls/default.nix b/hosts/surtr/tls/default.nix
index 9f8d92d6..237e0779 100644
--- a/hosts/surtr/tls/default.nix
+++ b/hosts/surtr/tls/default.nix
@@ -124,9 +124,9 @@ in {
124 RFC2136_TSIG_ALGORITHM=hmac-sha256. 124 RFC2136_TSIG_ALGORITHM=hmac-sha256.
125 RFC2136_TSIG_KEY=${domain}_acme_key 125 RFC2136_TSIG_KEY=${domain}_acme_key
126 RFC2136_TSIG_SECRET_FILE=${tsigSecret.path} 126 RFC2136_TSIG_SECRET_FILE=${tsigSecret.path}
127 RFC2136_TTL=0
127 RFC2136_PROPAGATION_TIMEOUT=300 128 RFC2136_PROPAGATION_TIMEOUT=300
128 RFC2136_POLLING_INTERVAL=5 129 RFC2136_POLLING_INTERVAL=5
129 RFC2136_TTL=300
130 ''; 130 '';
131 }; 131 };
132 in (if isTsig then mkRFC2136 else mkKnotc) // cfg.domains.${domain}.certCfg; 132 in (if isTsig then mkRFC2136 else mkKnotc) // cfg.domains.${domain}.certCfg;