diff --git a/system/services/dnsmasq/default.nix b/system/services/dnsmasq/default.nix index fe69fd9..3b439a3 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"; + server = ["1.1.1.1" "1.0.0.1"]; }; }; }