From b890def976b493df3f141d1611f49e26168a3cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 28 Jan 2026 14:51:21 +0000 Subject: [PATCH] fix dnsmasq config --- hosts/mtworx/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 6b60b9d..ae74815 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -268,8 +268,7 @@ in dhcp-option = "66,\"0.0.0.0\""; enable-tftp = true; tftp-root = "${tftp-root}"; - listen-address = "10.14.143.1"; - bind-interfaces = true; + interface = "br0"; dhcp-match = [ "set:efi-x86_64,option:client-arch,7" # EFI BC (x86-64)