services: ntp: Allow large adjustment by default.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 2 Sep 2019 15:42:24 +0000 (00:42 +0900)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 8 Sep 2019 14:15:29 +0000 (23:15 +0900)
commit08b4a10fa6bc535cd99d65f0233dd027153878eb
tree9d5d2da7d6a8806e43eb82b2684877ebc3819d1e
parent861b9a365b2a56d70012c9b573b1a3d953601257
services: ntp: Allow large adjustment by default.

This is documented as best practice in `man ntpd', and is required to allow
the date to be set correctly when traveling (without having to manually update
the hardware clock in the BIOS/UEFI).

* gnu/services/networking.scm (<ntp-server>)[allow-large-adjustment?]: Set the
default value to #t.
* doc/guix.texi (Networking Services): Update documentation.
doc/guix.texi
gnu/services/networking.scm