summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-26 15:41:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-26 15:41:14 +0100
commit16b6e9b39364b3c109e44c5a65ae291c88eac8dd (patch)
treecfac05900e69b358076c4c9f253ddbeb28df9c18 /hosts
parentd0e151b8575c1b4c949496c1c21aa8585b9e3275 (diff)
downloadnixos-16b6e9b39364b3c109e44c5a65ae291c88eac8dd.tar
nixos-16b6e9b39364b3c109e44c5a65ae291c88eac8dd.tar.gz
nixos-16b6e9b39364b3c109e44c5a65ae291c88eac8dd.tar.bz2
nixos-16b6e9b39364b3c109e44c5a65ae291c88eac8dd.tar.xz
nixos-16b6e9b39364b3c109e44c5a65ae291c88eac8dd.zip
vidhar: unbound: ...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index c8bdd081..a7b3bc8d 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -311,6 +311,9 @@
311 minimal-responses = false; 311 minimal-responses = false;
312 312
313 extended-statistics = true; 313 extended-statistics = true;
314
315 rrset-roundrobin = true;
316 use-caps-for-id = true;
314 }; 317 };
315 }; 318 };
316 }; 319 };