add german ntp pool servers

This commit is contained in:
Schrottkatze 2025-12-03 13:14:05 +01:00
commit 26760c8404
No known key found for this signature in database

View file

@ -121,6 +121,12 @@ with builtins;
services.chrony = {
enable = true;
enableNTS = true;
servers = [
"0.de.pool.ntp.org"
"1.de.pool.ntp.org"
"2.de.pool.ntp.org"
"3.de.pool.ntp.org"
];
serverOption = "offline";
extraFlags = [ "-s" ];
extraConfig = "makestep 1 -1";