diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml index a133630e146..ef55ea05bcd 100644 --- a/nixos/doc/manual/release-notes/rl-1703.xml +++ b/nixos/doc/manual/release-notes/rl-1703.xml @@ -77,6 +77,17 @@ following incompatible changes: or attribute sets as specified in parsoid's documentation. + + + + Ntpd was replaced by + systemd-timesyncd as default service to synchronize + system time with a remote NTP server. The old behavior can be restored + setting services.ntp.enable to true. + Upstream time servers for all NTP implementations are now configured using + networking.timeServers + +