summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/dns/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/dns/default.nix b/hosts/vidhar/dns/default.nix
index 5f42af78..2e943afc 100644
--- a/hosts/vidhar/dns/default.nix
+++ b/hosts/vidhar/dns/default.nix
@@ -25,6 +25,7 @@ in {
25 access-control = ["0.0.0.0/0 allow" "::/0 allow"]; 25 access-control = ["0.0.0.0/0 allow" "::/0 allow"];
26 root-hints = "${pkgs.dns-root-data}/root.hints"; 26 root-hints = "${pkgs.dns-root-data}/root.hints";
27 trust-anchor-file = "${pkgs.dns-root-data}/root.key"; 27 trust-anchor-file = "${pkgs.dns-root-data}/root.key";
28 trust-anchor-signaling = false;
28 29
29 num-threads = 12; 30 num-threads = 12;
30 so-reuseport = true; 31 so-reuseport = true;