rewrap lines to use one line per sentence

this makes future reviews easier as it reduces diff noise
This commit is contained in:
Valentin Gagarin 2023-05-31 01:32:02 +02:00
parent 76287a9207
commit e2f33e0df1

View file

@ -38,12 +38,9 @@ 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 a user (not necessarily `root`) on the remote
> machine. If you cant or dont want to configure `root` to be able to
> 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.
> If you are building via the Nix daemon, it is the Nix daemon user 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 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