summaryrefslogtreecommitdiff
path: root/hosts/surtr/dns
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr/dns')
-rw-r--r--hosts/surtr/dns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/surtr/dns/default.nix b/hosts/surtr/dns/default.nix
index 08070c78..4c62fbb7 100644
--- a/hosts/surtr/dns/default.nix
+++ b/hosts/surtr/dns/default.nix
@@ -123,7 +123,7 @@
123 123
124 settings = { 124 settings = {
125 server = { 125 server = {
126 interface = ["127.0.0.1:5353" "::1:5353"]; 126 interface = ["127.0.0.1@5353" "::1@5353"];
127 access-control = ["127.0.0.0/8 allow" "::1/128 allow"]; 127 access-control = ["127.0.0.0/8 allow" "::1/128 allow"];
128 root-hints = "${pkgs.dns-root-data}/root.hints"; 128 root-hints = "${pkgs.dns-root-data}/root.hints";
129 129