summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/services/networking/dnsmasq.nix2
1 files changed, 1 insertions, 1 deletions
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.
         '';