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"; }; }; }