diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-09-03 18:02:18 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-09-03 18:02:37 +0200 |
commit | 7c6ebf28db77f1a78bddf3758472b4e99afcc99e (patch) | |
tree | 31872b1c64abaddf159d892bfc8a37ae0f6b7fe9 /doc | |
parent | 1be4989d7c3489e3636f44b4dea7ae1bd38d7484 (diff) | |
download | guix-7c6ebf28db77f1a78bddf3758472b4e99afcc99e.tar guix-7c6ebf28db77f1a78bddf3758472b4e99afcc99e.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index de02ad8687..a078822871 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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))))) |