mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-08 01:49:42 +01:00
add german ntp pool servers
This commit is contained in:
parent
95ef6f5986
commit
26760c8404
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue