distributed-builds.md: Clarify warning ssh access requirements

This commit is contained in:
Doron Behar 2023-05-29 18:17:29 +03:00 committed by Valentin Gagarin
parent 61ddfa154b
commit 76287a9207

View file

@ -39,10 +39,11 @@ contains Nix.
> **Warning**
>
> If you are building via the Nix daemon, it is the Nix daemon user
> account (that is, `root`) that should have SSH access to the remote
> account (that is, `root`) that should have SSH access to a user (not necessarily `root`) on the remote
> machine. If you cant or dont want to configure `root` to be able to
> access to remote machine, you can use a private Nix store instead by
> passing e.g. `--store ~/my-nix`.
> access the remote machine, you can use a private Nix store instead by
> passing e.g. `--store ~/my-nix` when running a nix command from the
> local machine.
The list of remote machines can be specified on the command line or in
the Nix configuration file. The former is convenient for testing. For