From 08189a69e0f9646ad3d74e4d1e75d6d4ac9b7a8c Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 30 Mar 2025 15:58:29 +0000 Subject: [PATCH] stuff --- common/tailscale.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/tailscale.nix b/common/tailscale.nix index 12922dd..b948a5f 100644 --- a/common/tailscale.nix +++ b/common/tailscale.nix @@ -10,5 +10,8 @@ ]; # Required to connect to Tailscale exit nodes checkReversePath = "loose"; + interfaces.${config.services.tailscale.interfaceName} = { + allowedTCPPorts = [4000]; + }; }; }