~/ ~/documents ~/harmful.txt github

Remote Nix Builds

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-closure to copy build results from remote stores to your local store:

nix-copy-closure --from [hostname] /nix/store/...