nix/hosts/prefect/firewall.nix

5 lines
173 B
Nix

{
networking.firewall.allowedTCPPorts = [53 80 443 6900];
networking.firewall.allowedUDPPorts = [53 6900];
networking.firewall.trustedInterfaces = [ "tailscale0" ];
}