Is it possible to run Tailscale on IDX? I have some development machines elsewhere (not facing the internet) and I want to connect to them via Tailscale.
It is not “the answer” but it might help to find one in the future.
In Project IDX documentation, we can enable some “services” adding this in dev.nix file as for example:
services = {
mysql.enable = true;
};
NixOS documentation tells us to use the services.tailscale.enable = true
But for now, it seems that the tailscale service is not yet available on IDX.