Update nixos/doc/manual/man-nixos-rebuild.xml

Co-Authored-By: Mic92 <Mic92@users.noreply.github.com>
This commit is contained in:
Frederik Rietdijk 2019-01-12 18:26:00 +00:00 committed by GitHub
parent f45195fb44
commit 9f827d66f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ $ ./result/bin/run-*-vm
Allow ad-hoc remote builders for building the new system.
This requires the user executing <command>nixos-rebuild</command> (usually
root) to be configured as a trusted user in the Nix daemon. This can be
achived by using the <literal>nix.trustedUsers</literal> NixOS option.
achieved by using the <literal>nix.trustedUsers</literal> NixOS option.
Examples values for that option are described in the
<literal>Remote builds chapter<literal> in the Nix manual,
(i.e. <command>--builders "ssh://bigbrother x86_64-linux"</command>).