summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-05-10 17:03:31 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-05-23 13:21:16 +0900
commit6e7d100ee39bdfdb2ad350633c34bcd2dc4ca73a (patch)
tree44ec92f082e8394862ac76d4fc6d42ead78b0467 /doc
parent77308a4eb566b42e1306db1e43f452744bb97191 (diff)
machine: hetzner: Allow providing the SSH user.
* gnu/machine/hetzner.scm (<hetzner-configuration>) [user]: New field. (hetzner-machine-delegate): Use match-record to bind the field values; honor user. * doc/guix.texi (Invoking guix deploy): Document it. Fixes: #8493 Change-Id: I026828c508ea936523fe864e2646ab9e3a1329c4
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index debe9b48a77..b194dab4b89 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -50569,6 +50569,10 @@ If specified, either a public key as returned by
50569@code{string->public-key} or the path to the SSH public key to use to 50569@code{string->public-key} or the path to the SSH public key to use to
50570authenticate with the remote host. 50570authenticate with the remote host.
50571 50571
50572@item @code{user} (default: @code{"root"})
50573The user to use for SSH authentication for the @samp{guix deploy}
50574command once the initial provisioning is complete.
50575
50572@end table 50576@end table
50573 50577
50574When deploying a machine for the first time, the following steps are 50578When deploying a machine for the first time, the following steps are