From 54514b51a2f09ac6854706ee25313c067957faaf Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 3 Jun 2021 14:27:18 +0200 Subject: [PATCH] make dnsmask optional --- system/desktop/dnsmasq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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