diff --git a/system/desktop/dnsmasq.nix b/system/desktop/dnsmasq.nix index 53fb997..e32ccd9 100644 --- a/system/desktop/dnsmasq.nix +++ b/system/desktop/dnsmasq.nix @@ -4,7 +4,7 @@ with lib; { services.dnsmasq = { - enable = true; + enable = mkDefault true; extraConfig = '' ${concatStringsSep "\n" (flip mapAttrsToList config.module.cluster.services.tinc."private".hosts