From 7585287d5771aa24500e352ac2b11a5b747e51cd Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Fri, 9 Feb 2024 08:56:01 -0500 Subject: [PATCH] nixos/routnerr-3: remove SSH port --- nixos/routnerr-3/nftables.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/routnerr-3/nftables.nix b/nixos/routnerr-3/nftables.nix index bf225f8..af8de30 100644 --- a/nixos/routnerr-3/nftables.nix +++ b/nixos/routnerr-3/nftables.nix @@ -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