diff --git a/hosts/genepi/dns.nix b/hosts/genepi/dns.nix index 5779bcf..e5aca3e 100644 --- a/hosts/genepi/dns.nix +++ b/hosts/genepi/dns.nix @@ -1,9 +1,9 @@ { config, ... }: { - # networking.firewall.interfaces."${config.services.tailscale.interfaceName}" = { - # allowedTCPPorts = [ 53 ]; - # allowedUDPPorts = [ 53 ]; - # }; + networking.firewall.interfaces."${config.services.tailscale.interfaceName}" = { + allowedTCPPorts = [ 53 ]; + allowedUDPPorts = [ 53 ]; + }; services.unbound = { enable = true;