prefect/firewall: Enable tailscale traffic

This commit is contained in:
The Hedgehog 2022-08-05 18:03:31 -04:00
parent 20bce4e6d7
commit 9ff9c7935d
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
{
networking.firewall.allowedTCPPorts = [80 443];
networking.firewall.allowedTCPPorts = [80 443 6900];
networking.firewall.allowedUDPPorts = [6900];
networking.firewall.trustedInterfaces = [ "tailscale0" ];
}