summaryrefslogtreecommitdiff
path: root/profiles/homeserver/dns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/homeserver/dns.nix')
-rw-r--r--profiles/homeserver/dns.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/homeserver/dns.nix b/profiles/homeserver/dns.nix
index a93425d..917c8bb 100644
--- a/profiles/homeserver/dns.nix
+++ b/profiles/homeserver/dns.nix
@@ -23,7 +23,13 @@
name = ivi.domain;
stub-addr = "127.0.0.1@10053";
} ];
- forward-zone = [ {
+ forward-zone = [
+ {
+ name = "_acme-challenge.${ivi.domain}";
+ forward-addr = config.services.resolved.fallbackDns;
+ forward-tls-upstream = true;
+ }
+ {
name = ".";
forward-addr = config.services.resolved.fallbackDns;
forward-tls-upstream = true;