aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede/networking.nix')
-rw-r--r--hosts/ganymede/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ganymede/networking.nix b/hosts/ganymede/networking.nix
index 42a66c7..72eb026 100644
--- a/hosts/ganymede/networking.nix
+++ b/hosts/ganymede/networking.nix
@@ -72,7 +72,7 @@ in {
unbound = {
enable = true;
settings.server = {
- interface = ["0.0.0.0"];
+ interface = ["0.0.0.0" "::1"];
port = 53;
access-control = [
"127.0.0.0/8 allow"