From 96d8fd1129346fef0ebc1b4580330455cec90a2e Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 13 Dec 2025 13:20:55 -0600 Subject: [PATCH] bind dns to interfact rather then ip --- modules/homelab/dnsmasq/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/homelab/dnsmasq/default.nix b/modules/homelab/dnsmasq/default.nix index f570b37..c87557b 100644 --- a/modules/homelab/dnsmasq/default.nix +++ b/modules/homelab/dnsmasq/default.nix @@ -23,7 +23,8 @@ in { services.${service} = { enable = true; settings = { - listen-address = "10.10.0.10"; # your LAN IP + #listen-address = "10.10.0.10"; # your LAN IP + interface = "enp89s0"; bind-interfaces = true; address = "/snowbelle.lan/10.10.0.10"; server = [ # upstream dns