diff --git a/hosts/common/configs/system/dnsmasq/default.nix b/hosts/common/configs/system/dnsmasq/default.nix index e07b22e..3dbd649 100644 --- a/hosts/common/configs/system/dnsmasq/default.nix +++ b/hosts/common/configs/system/dnsmasq/default.nix @@ -7,6 +7,11 @@ bind-interfaces = true; listen-address = [ "127.0.0.1" ]; conf-dir = "/etc/dnsmasq.d,*.conf"; + + server = [ + "1.1.1.1" + "1.0.0.1" + ]; }; };