workstation | attempting to get kdeconnectd working w/ the firewall

This commit is contained in:
Don Harper 2024-02-02 08:53:54 -06:00
parent afc9bdb5ae
commit 0064cb7af0

View file

@ -267,16 +267,16 @@ in
# allow the Tailscale UDP port through the firewall
allowedUDPPorts = [ config.services.tailscale.port ];
#allowedUDPPortRanges = [ { from = 1714 ; to = 1764; }];
allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
allowedUDPPortRanges = [ { from = 1714 ; to = 1764; } ];
# allow you to SSH in over the public internet
allowedTCPPorts = [ 22 ];
#allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
interfaces = {
"tailscale0" = {
allowedTCPPorts = [ 22 8080 8443 ];
};
};
#interfaces = {
#"tailscale0" = {
#allowedTCPPorts = [ 22 8080 8443 ];
#};
#};
};