summaryrefslogtreecommitdiff
path: root/hosts/vidhar/dns
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-20 22:51:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-20 22:51:12 +0100
commit27ccbeadf41866648d2d90590ad98446c3a11b7e (patch)
tree9a82887ed650be9f12e452b0cd5a4881d80ea808 /hosts/vidhar/dns
parentb45eef7cb291d4badffc22beb6768b4f0fa0eda0 (diff)
downloadnixos-27ccbeadf41866648d2d90590ad98446c3a11b7e.tar
nixos-27ccbeadf41866648d2d90590ad98446c3a11b7e.tar.gz
nixos-27ccbeadf41866648d2d90590ad98446c3a11b7e.tar.bz2
nixos-27ccbeadf41866648d2d90590ad98446c3a11b7e.tar.xz
nixos-27ccbeadf41866648d2d90590ad98446c3a11b7e.zip
vidhar: ...
Diffstat (limited to 'hosts/vidhar/dns')
-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;