summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-05-21 11:31:11 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-05-21 11:31:11 +0200
commitf769ad9da78beb8e7a816eb5e575804a03f226e2 (patch)
tree52fb027e7f7b5a8d0302ac458caa7e08ef5d9727 /hosts
parent66569d39f6ff4fadbf5301a21760a23b8fd814bd (diff)
downloadnixos-f769ad9da78beb8e7a816eb5e575804a03f226e2.tar
nixos-f769ad9da78beb8e7a816eb5e575804a03f226e2.tar.gz
nixos-f769ad9da78beb8e7a816eb5e575804a03f226e2.tar.bz2
nixos-f769ad9da78beb8e7a816eb5e575804a03f226e2.tar.xz
nixos-f769ad9da78beb8e7a816eb5e575804a03f226e2.zip
...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 82f53909..e40c4b79 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -82,17 +82,17 @@ in {
82 enableNTS = true; 82 enableNTS = true;
83 servers = []; 83 servers = [];
84 extraConfig = '' 84 extraConfig = ''
85 pool pool.ntp.org iburst maxsamples 1 85 pool time.cloudflare.com iburst nts
86 pool nts.netnod.se prefer iburst nts
87 server ptbtime1.ptb.de prefer iburst nts
88 server ptbtime2.ptb.de prefer iburst nts
89 server ptbtime3.ptb.de prefer iburst nts
86 90
87 pool time.cloudflare.com trust iburst nts 91 authselectmode require
88 pool nts.netnod.se trust iburst nts
89 server ptbtime1.ptb.de prefer trust iburst nts
90 server ptbtime2.ptb.de prefer trust iburst nts
91 server ptbtime3.ptb.de prefer trust iburst nts
92
93 authselectmode ignore
94 minsources 3 92 minsources 3
95 93
94 nocerttimecheck 1
95
96 leapsectz right/UTC 96 leapsectz right/UTC
97 97
98 makestep 0.1 3 98 makestep 0.1 3