set default ntp-server (#591)

Reviewed-on: #591
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-11-01 12:20:29 +01:00 committed by mg
parent e73e6139b5
commit 78b54f12dd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ unattended_origins_patterns:
ntp_chrony_timezone: "Europe/Berlin" # Zeitzone in der sich der Computer befindet
ntp_chrony_driftfile_directory: "/var/lib/chrony" # Ordner für das driftfile
ntp_chrony_servers: # welche Server sollen befragt werden
- address: ptbtime1.ptb.de
- address: 192.168.2.1
options: iburst #optionaler parameter
ntp_chrony_user: _chrony # Nutzer + Gruppe für den Dienst
ntp_chrony_group: _chrony # Nutzer + Gruppe für den Dienst