From 6e7d100ee39bdfdb2ad350633c34bcd2dc4ca73a Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 10 May 2026 17:03:31 +0900 Subject: machine: hetzner: Allow providing the SSH user. * gnu/machine/hetzner.scm () [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 --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 @code{string->public-key} or the path to the SSH public key to use to authenticate with the remote host. +@item @code{user} (default: @code{"root"}) +The user to use for SSH authentication for the @samp{guix deploy} +command once the initial provisioning is complete. + @end table When deploying a machine for the first time, the following steps are -- cgit v1.2.3