Skip to content

wip: Use chrony for time synchronization

Kristian Klausen requested to merge klausenbusk/infrastructure:chrony into master

The combination of using a NTP pool which can contain malicious time servers and using a SNTP client (systemd-timesyncd) is not ideal.

With this MR we switch to chrony and use time servers from two trustworthy entities. Netnod and Physikalisch-Technische Bundesanstalt, which distributes the official time in Sweden and Germany respectively.

Merge request reports