guix/doc
Maxim Cournoyer 5658ae8a0a
services: ntp: Support different NTP server types and options.
* gnu/services/networking.scm (ntp-server-types): New enum.
(<ntp-server>): New record type.
(ntp-server->string): New procedure.
(%ntp-servers): Define in terms of <htp-server> records.  Use the first
entrypoint server as a pool instead of a list of static servers.  This is more
resilient since a new server of the pool can be interrogated on every
request.  Add the 'iburst' options.
(ntp-configuration-servers): Define a custom accessor that warns but honors
the now deprecated server format.
(<ntp-configuration>): Use it.
(%openntpd-servers): New variable,
(<openntpd-configuration>): Use it, as a pool ('servers' field) instead of a
regular server.
* tests/networking.scm: New file.
* Makefile.am (SCM_TESTS): Register it.
* doc/guix.texi: Update documentation.
2019-09-08 23:15:31 +09:00
..
images
build.scm doc: Work around (htmlprag) parser issue. 2019-09-07 18:42:08 +02:00
contributing.texi doc: Use @lisp instead of @example for Scheme snippets. 2019-09-07 18:42:08 +02:00
environment-gdb.scm
fdl-1.3.texi
guix.texi services: ntp: Support different NTP server types and options. 2019-09-08 23:15:31 +09:00
htmlxref.cnf
local.mk
package-hello.scm