nix/hosts/marvin/firewall.nix
2022-10-05 18:17:21 -04:00

4 lines
117 B
Nix

{
networking.firewall.allowedTCPPorts = [80 443 6912];
networking.firewall.trustedInterfaces = ["tailscale0"];
}