diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-10-09 16:45:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-10-09 16:46:24 +0300 |
commit | 9c1b8390ba36c0b9e3d5580b0f00206255f9b9a8 (patch) | |
tree | a29f53b81c45cc535ea5bb21d068205c536db71f /doc | |
parent | 49c5a7468aaad31b8093ae52d4684ed2f09a1c8e (diff) |
doc: Document missing openssh configure option.
* doc/guix.texi (Networking Services): Document configuration option to
specify the openssh package for the openssh-service-type.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 553a3b8ae9..94afdffee3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15351,6 +15351,9 @@ example: This is the configuration record for OpenSSH's @command{sshd}. @table @asis +@item @code{openssh} (default @var{openssh}) +The Openssh package to use. + @item @code{pid-file} (default: @code{"/var/run/sshd.pid"}) Name of the file where @command{sshd} writes its PID. |