feat: use ntp_servers

This commit is contained in:
Simon Cornet 2026-04-21 11:26:51 +02:00
commit 6439900304

View file

@ -1,4 +1,6 @@
pool {{ ntp_server }} iburst {%- for server in ntp_servers %}
pool {{ server }} iburst
{%- endfor %}
keyfile /etc/chrony/chrony.keys keyfile /etc/chrony/chrony.keys
driftfile /var/lib/chrony/chrony.drift driftfile /var/lib/chrony/chrony.drift