diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-05-21 11:26:19 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-05-21 11:26:19 +0200 |
commit | 66569d39f6ff4fadbf5301a21760a23b8fd814bd (patch) | |
tree | 1c36a600fe3e42e7f2722e2f16bea6ee1fd865bf /hosts | |
parent | ba4de940d055c00e06aa2a9a36dac32400435ba0 (diff) | |
download | nixos-66569d39f6ff4fadbf5301a21760a23b8fd814bd.tar nixos-66569d39f6ff4fadbf5301a21760a23b8fd814bd.tar.gz nixos-66569d39f6ff4fadbf5301a21760a23b8fd814bd.tar.bz2 nixos-66569d39f6ff4fadbf5301a21760a23b8fd814bd.tar.xz nixos-66569d39f6ff4fadbf5301a21760a23b8fd814bd.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/sif/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 285138b6..82f53909 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -85,9 +85,7 @@ in { | |||
85 | pool pool.ntp.org iburst maxsamples 1 | 85 | pool pool.ntp.org iburst maxsamples 1 |
86 | 86 | ||
87 | pool time.cloudflare.com trust iburst nts | 87 | pool time.cloudflare.com trust iburst nts |
88 | pool nts.ntp.se trust iburst nts | 88 | pool nts.netnod.se trust iburst nts |
89 | server nts.sth1.ntp.se trust iburst nts | ||
90 | server nts.sth2.ntp.se trust iburst nts | ||
91 | server ptbtime1.ptb.de prefer trust iburst nts | 89 | server ptbtime1.ptb.de prefer trust iburst nts |
92 | server ptbtime2.ptb.de prefer trust iburst nts | 90 | server ptbtime2.ptb.de prefer trust iburst nts |
93 | server ptbtime3.ptb.de prefer trust iburst nts | 91 | server ptbtime3.ptb.de prefer trust iburst nts |