let interface = lib.substring 0 15 "ts-${instanceName}"; in { services.tailscale = { enable = true; # Use the interface name for the tunnel interfaceName = interface; }; }