3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Clarify the "system type" for 'machine-ssh-configuration'.

* doc/guix.texi (Invoking guix deploy): Replace "Nix system type" with
"system type" for consistency.
This commit is contained in:
Ludovic Courtès 2019-11-19 10:16:58 +01:00
parent 1bdb63e73b
commit 69f759912d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -26282,8 +26282,8 @@ with an @code{environment} of @code{managed-host-environment-type}.
@item @code{build-locally?} (default: @code{#t})
If false, system derivations will be built on the machine being deployed to.
@item @code{system}
The Nix system type describing the architecture of the machine being deployed
to. This should look something like ``x86_64-linux''.
The system type describing the architecture of the machine being deployed
to---e.g., @code{"x86_64-linux"}.
@item @code{authorize?} (default: @code{#t})
If true, the coordinator's signing key will be added to the remote's ACL
keyring.