From b42af1c648eba3a51c8f9cd6c2a135dae67fb6ba Mon Sep 17 00:00:00 2001
From: Jan Philipp Timme <jan.philipp@timme.it>
Date: Tue, 3 Dec 2019 18:15:10 +0100
Subject: [PATCH] Change timeserver for real. TODO: Use defaults.yaml properly!

---
 hshbase/time/files/ntp.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hshbase/time/files/ntp.conf b/hshbase/time/files/ntp.conf
index fb50ebe..f3303d1 100644
--- a/hshbase/time/files/ntp.conf
+++ b/hshbase/time/files/ntp.conf
@@ -13,7 +13,7 @@ filegen clockstats file clockstats type day enable
 
 
 # You do need to talk to an NTP server or two (or three).
-server time.rz.fh-hannover.de iburst
+server time.hs-hannover.de iburst
 
 # pool.ntp.org maps to about 1000 low-stratum NTP servers.  Your server will
 # pick a different set every time it starts up.  Please consider joining the
-- 
GitLab