doc: guix deploy: Add missing record field to example.
Reported by GNUtoo on #guix. * doc/guix.texi (Invoking guix deploy): Add missing "system" field to example.
This commit is contained in:
parent
1be4989d7c
commit
7c6ebf28db
1 changed files with 1 additions and 0 deletions
|
@ -25603,6 +25603,7 @@ evaluates to. As an example, @var{file} might contain a definition like this:
|
|||
(environment managed-host-environment-type)
|
||||
(configuration (machine-ssh-configuration
|
||||
(host-name "localhost")
|
||||
(system "x86_64-linux")
|
||||
(user "alice")
|
||||
(identity "./id_rsa")
|
||||
(port 2222)))))
|
||||
|
|
Loading…
Reference in a new issue