Tailscale: Difference between revisions

Added documentated issue and workaround for asking for root authentication
mNo edit summary
 
Line 34: Line 34:
     enable = true;
     enable = true;
     # Always allow traffic from your Tailscale network
     # Always allow traffic from your Tailscale network
     trustedInterfaces = [ "tailscale0" ];
     trustedInterfaces = [ config.services.tailscale.interfaceName ];
     # Allow the Tailscale UDP port through the firewall
     # Allow the Tailscale UDP port through the firewall
     allowedUDPPorts = [ config.services.tailscale.port ];
     allowedUDPPorts = [ config.services.tailscale.port ];