From fab52f921bcb378c875e36c9720f8798ff879590 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 11 Dec 2023 07:12:19 -0600 Subject: [PATCH] workstaion | firewall work --- workstation/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workstation/default.nix b/workstation/default.nix index e919dda..79ccda3 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -229,6 +229,11 @@ in # allow you to SSH in over the public internet allowedTCPPorts = [ 22 ]; #allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ]; + interfaces = { + "tailscale0" = { + allowedTCPPorts = [ 22 8080 8443 ]; + }; + }; };