summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/dns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/dns/default.nix b/hosts/vidhar/dns/default.nix
index caaa8e15..8d36f372 100644
--- a/hosts/vidhar/dns/default.nix
+++ b/hosts/vidhar/dns/default.nix
@@ -19,7 +19,7 @@ in {
19 localControlSocketPath = "/run/unbound/unbound.ctl"; 19 localControlSocketPath = "/run/unbound/unbound.ctl";
20 settings = { 20 settings = {
21 server = { 21 server = {
22 interface = ["127.0.0.1" "10.141.0.1" "::0"]; 22 interface = ["lo" "lan"];
23 prefer-ip6 = true; 23 prefer-ip6 = true;
24 access-control = ["0.0.0.0/0 allow" "::/0 allow"]; 24 access-control = ["0.0.0.0/0 allow" "::/0 allow"];
25 root-hints = "${pkgs.dns-root-data}/root.hints"; 25 root-hints = "${pkgs.dns-root-data}/root.hints";