summaryrefslogtreecommitdiff
path: root/hosts/surtr/tls/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-22 11:05:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-22 11:05:14 +0100
commit38e68a059c001f5caff2109c445f76dddac787a5 (patch)
treef12874803c45d2e712f09a9e95f61af73fa4c59e /hosts/surtr/tls/default.nix
parentc46de991b1964e58698dbcfbd8c15a53e51472ff (diff)
downloadnixos-38e68a059c001f5caff2109c445f76dddac787a5.tar
nixos-38e68a059c001f5caff2109c445f76dddac787a5.tar.gz
nixos-38e68a059c001f5caff2109c445f76dddac787a5.tar.bz2
nixos-38e68a059c001f5caff2109c445f76dddac787a5.tar.xz
nixos-38e68a059c001f5caff2109c445f76dddac787a5.zip
...
Diffstat (limited to 'hosts/surtr/tls/default.nix')
-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 0126a3a5..936aa106 100644
--- a/hosts/surtr/tls/default.nix
+++ b/hosts/surtr/tls/default.nix
@@ -118,7 +118,7 @@ in {
118 credentialsFile = pkgs.writeText "${domain}_credentials.env" '' 118 credentialsFile = pkgs.writeText "${domain}_credentials.env" ''
119 RFC2136_NAMESERVER=127.0.0.1:53 119 RFC2136_NAMESERVER=127.0.0.1:53
120 RFC2136_TSIG_ALGORITHM=hmac-sha256. 120 RFC2136_TSIG_ALGORITHM=hmac-sha256.
121 RFC2136_TSIG_KEY=${domain}_acme 121 RFC2136_TSIG_KEY=${domain}_acme_key
122 RFC2136_TSIG_SECRET_FILE=${tsigSecret.path} 122 RFC2136_TSIG_SECRET_FILE=${tsigSecret.path}
123 RFC2136_PROPAGATION_TIMEOUT=300 123 RFC2136_PROPAGATION_TIMEOUT=300
124 RFC2136_POLLING_INTERVAL=5 124 RFC2136_POLLING_INTERVAL=5