make dnsmask optional
This commit is contained in:
parent
7da887e8d6
commit
54514b51a2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
{
|
{
|
||||||
services.dnsmasq = {
|
services.dnsmasq = {
|
||||||
enable = true;
|
enable = mkDefault true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
${concatStringsSep "\n"
|
${concatStringsSep "\n"
|
||||||
(flip mapAttrsToList config.module.cluster.services.tinc."private".hosts
|
(flip mapAttrsToList config.module.cluster.services.tinc."private".hosts
|
||||||
|
|
Loading…
Reference in a new issue