From ba7c891f6cf9e8e3dfa5d0652a49924d5232f92a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 6 Feb 2024 22:30:49 -0600 Subject: [PATCH] trying to fix kdeconnect --- workstation/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/workstation/default.nix b/workstation/default.nix index 0e3e957..80ddfa3 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -272,11 +272,13 @@ in # allow you to SSH in over the public internet allowedTCPPorts = [ 22 ]; - #interfaces = { - #"tailscale0" = { - #allowedTCPPorts = [ 22 8080 8443 ]; - #}; - #}; + interfaces = { + "tailscale0" = { + allowedTCPPorts = [ 22 8080 8443 ]; + allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ]; + allowedUDPPortRanges = [ { from = 1714 ; to = 1764; } ]; + }; + }; };