diff --git a/modules/services/networking/dnsmasq.nix b/modules/services/networking/dnsmasq.nix index 3c215d837f9..6ff9e05f4d6 100644 --- a/modules/services/networking/dnsmasq.nix +++ b/modules/services/networking/dnsmasq.nix @@ -19,7 +19,7 @@ in services.dnsmasq = { enable = mkOption { - default = true; + default = false; description = '' Whether to run dnsmasq. '';