nix/hosts/marvin/firewall.nix

5 lines
119 B
Nix
Raw Normal View History

2022-05-01 13:47:49 +00:00
{
networking.firewall.allowedTCPPorts = [80 443 6912];
networking.firewall.trustedInterfaces = [ "tailscale0" ];
2022-05-01 13:47:49 +00:00
}