summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-26 10:18:08 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-26 10:18:08 +0100
commitc27344a7a38325d37ef7769578b5b77083bd4f49 (patch)
tree9a64570857092455f0a72a9a5e21e04282dfc327 /hosts
parent9575dc870a9a0bb050d4273fc7877b39cc39d1e0 (diff)
downloadnixos-c27344a7a38325d37ef7769578b5b77083bd4f49.tar
nixos-c27344a7a38325d37ef7769578b5b77083bd4f49.tar.gz
nixos-c27344a7a38325d37ef7769578b5b77083bd4f49.tar.bz2
nixos-c27344a7a38325d37ef7769578b5b77083bd4f49.tar.xz
nixos-c27344a7a38325d37ef7769578b5b77083bd4f49.zip
vidhar: ...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index a8362202..47979a3b 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -267,7 +267,7 @@
267 stateDir = "/var/lib/unbound"; 267 stateDir = "/var/lib/unbound";
268 settings = { 268 settings = {
269 server = { 269 server = {
270 interface = ["0.0.0.0" "::"]; 270 interface = ["::"];
271 }; 271 };
272 }; 272 };
273 }; 273 };