With a tailscale mash network setup between remote machines, ad-hoc remote builds can be achieved with:
nix build --eval-store auto --store ssh-ng://[hostname] ...Use
nix-copy-closureto copy build results from remote stores to your local store:nix-copy-closure --from [hostname] /nix/store/...