doc: Add description of 'build-locally?'.
* doc/guix.texi (Invoking guix deploy): Add section describing the 'build-locally?' field of 'managed-host-environment-type'.
This commit is contained in:
parent
3033d59ac9
commit
3967a946c6
|
@ -25583,6 +25583,8 @@ with an @code{environment} of @code{managed-host-environment-type}.
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
@item @code{host-name}
|
@item @code{host-name}
|
||||||
|
@item @code{build-locally?} (default: @code{#t})
|
||||||
|
If false, system derivations will be built on the machine being deployed to.
|
||||||
@item @code{system}
|
@item @code{system}
|
||||||
The Nix system type describing the architecture of the machine being deployed
|
The Nix system type describing the architecture of the machine being deployed
|
||||||
to. This should look something like ``x86_64-linux''.
|
to. This should look something like ``x86_64-linux''.
|
||||||
|
|
Loading…
Reference in New Issue