summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-26 12:46:57 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-26 12:46:57 +0100
commit17435c80b687b5cd3e68f23ef7afd41af517a943 (patch)
tree44f5dee21ee846b9b4d5419e3a5cfde9c62e90cd /hosts/vidhar
parent687c23a95f9dc8752a8322ae3ec548b37840f338 (diff)
downloadnixos-17435c80b687b5cd3e68f23ef7afd41af517a943.tar
nixos-17435c80b687b5cd3e68f23ef7afd41af517a943.tar.gz
nixos-17435c80b687b5cd3e68f23ef7afd41af517a943.tar.bz2
nixos-17435c80b687b5cd3e68f23ef7afd41af517a943.tar.xz
nixos-17435c80b687b5cd3e68f23ef7afd41af517a943.zip
vidhar: unbound-control
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 29990178..ee147ee0 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -274,6 +274,7 @@
274 enable = true; 274 enable = true;
275 resolveLocalQueries = false; 275 resolveLocalQueries = false;
276 stateDir = "/var/lib/unbound"; 276 stateDir = "/var/lib/unbound";
277 localControlSocketPath = "/run/unbound/unbound.ctl";
277 settings = { 278 settings = {
278 server = { 279 server = {
279 interface = ["127.0.0.1" "10.141.0.1" "::0"]; 280 interface = ["127.0.0.1" "10.141.0.1" "::0"];