feat: add ntp defaults

This commit is contained in:
Simon Cornet 2025-04-02 16:54:08 +02:00
commit 5df11f5a87

View file

@ -12,3 +12,7 @@ apt_enable_universe: true
apt_repository: "https://archive.ubuntu.com/ubuntu"
apt_repository_main: "https://archive.ubuntu.com/ubuntu"
apt_repository_security: "https://archive.ubuntu.com/ubuntu"
# ntp
ntp_server: "pool.ntp.org"
timezone: "Europe/Amsterdam"