1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/routnerr-3: remove SSH port

This commit is contained in:
Matt Layher 2024-02-09 08:56:01 -05:00
parent ae6c5c40c3
commit 7585287d57

View file

@ -14,7 +14,6 @@ let
https = "443";
mdns = "5353";
plex = "32400";
ssh = "22";
# Different tailscaled ports for different devices to avoid messing with
# poking nftables firewall holes with miniupnpd or similar.
tailscale = {
@ -110,7 +109,6 @@ in {
tcp dport {
${ports.http},
${ports.https},
${ports.ssh},
} counter accept comment "router WAN TCP"
# router UDP