guix/gnu
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
..
bootloader
build gnu: mingw-w64: Update to 6.0.0. 2019-08-28 08:47:14 -04:00
installer installer: Hide the Wi-Fi passphrase by default. 2019-08-26 15:56:33 +02:00
machine machine: ssh: Fix sanity checks. 2019-08-17 20:45:13 +08:00
packages gnu: thunar-volman: Update to 0.9.5. 2019-09-08 14:43:41 +02:00
services services: ntp: Support different NTP server types and options. 2019-09-08 23:15:31 +09:00
system linux-initrd: Use native gzip. 2019-09-04 17:56:13 +02:00
tests pack: Create /tmp in Docker images. 2019-08-27 12:20:44 +02:00
artwork.scm artwork: Update snapshot to 2f2fe74. 2019-06-10 23:11:07 +02:00
bootloader.scm system: Add 'bootloader-menu-entries' field to <boot-parameters>. 2019-08-30 01:33:45 +02:00
ci.scm ci: Try hard to build package replacements. 2019-08-26 13:40:46 +02:00
installer.scm installer: Partition as the last step. 2019-08-26 15:56:33 +02:00
local.mk gnu: twinkle: update to 1.10.2. 2019-09-04 13:02:27 +02:00
machine.scm machine: Implement 'roll-back-machine'. 2019-08-15 07:43:09 -04:00
packages.scm packages: 'specification->package+output' distinguishes "no output specified". 2019-06-27 11:14:41 +02:00
services.scm remote: Remove '--system' argument. 2019-08-14 15:38:13 -04:00
system.scm system: Add 'bootloader-menu-entries' field to <boot-parameters>. 2019-08-30 01:33:45 +02:00
tests.scm