Hi Steven Sommars,
- Edit the Chrony Configuration:
sudo nano /etc/chrony/chrony.conf
- Comment Out the PHC Line: Add '
#
'before the PHC reference clock line.
- Add Google NTP Servers: Add the following lines:
server time.google.com iburst
server time1.google.com iburst
server time2.google.com iburst
server time3.google.com iburst
- Save and Exit (in nano, press
CTRL + X
, then Y
, and Enter
).
- Restart Chrony:
sudo systemctl restart chronyd
Verify Configuration:
chronyc sources
If the information is helpful, please consider by clicking the "Upvote".
If you have any further queries, please let us know we are glad to help you.
Thank you.