From 090a6fb2ecdd35aed81d4e24113b8e85ab56dd9a Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 28 Jun 2025 02:45:43 -0400 Subject: [PATCH] 451 current 2025-06-28 02:44:45 25.05.20250424.f771eb4 6.12.24 * --- system/services/dnsmasq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/dnsmasq/default.nix b/system/services/dnsmasq/default.nix index 6465683..fe69fd9 100644 --- a/system/services/dnsmasq/default.nix +++ b/system/services/dnsmasq/default.nix @@ -9,7 +9,7 @@ settings = { conf-dir = "/var/lib/dnsmasq/conf.d"; listen-address = "127.0.0.1"; - port = "53535"; + # port = "53535"; }; }; }