diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-05 23:53:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-08 01:00:01 +0100 |
commit | e4673b45d3f55f4e9cc1a37da6dda3c420a536d6 (patch) | |
tree | 905757b863834f95424852de9391a5e1584a6032 /doc/guix.texi | |
parent | ce1db7a5447dca0f57dc343110719867e479b76e (diff) | |
download | guix-e4673b45d3f55f4e9cc1a37da6dda3c420a536d6.tar guix-e4673b45d3f55f4e9cc1a37da6dda3c420a536d6.tar.gz |
doc: Fix <openntpd-configuration> openntpd default.
* doc/guix.texi (Networking Services): <openntpd-configuration>'s
openntpd field takes a package: it does not default to a FILE-APPEND
call.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 695770bd12..aef3890298 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20106,8 +20106,8 @@ This variable is a list of the server addresses defined in @deftp {Data Type} openntpd-configuration @table @asis -@item @code{openntpd} (default: @code{(file-append openntpd "/sbin/ntpd")}) -The openntpd executable to use. +@item @code{openntpd} (default: @code{openntpd}) +The openntpd package to use. @item @code{listen-on} (default: @code{'("127.0.0.1" "::1")}) A list of local IP addresses or hostnames the ntpd daemon should listen on. @item @code{query-from} (default: @code{'()}) |