summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index b0277c14..c24d9591 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -59,18 +59,22 @@ with lib;
59 services.timesyncd.enable = false; 59 services.timesyncd.enable = false;
60 services.chrony = { 60 services.chrony = {
61 enable = true; 61 enable = true;
62 enableNTS = true;
62 servers = []; 63 servers = [];
63 extraConfig = '' 64 extraConfig = ''
64 allow 10.141.1.0/24 65 allow 10.141.1.0/24
65 local 66 local
66 67
67 pool time.cloudflare.com iburst nts 68 pool time.cloudflare.com iburst nts
68 pool nts.ntp.se iburst nts 69 pool nts.netnod.se prefer iburst nts
69 server nts.sth1.ntp.se iburst nts 70 server ptbtime1.ptb.de prefer iburst nts
70 server nts.sth2.ntp.se iburst nts 71 server ptbtime2.ptb.de prefer iburst nts
71 server ptbtime1.ptb.de iburst nts 72 server ptbtime3.ptb.de prefer iburst nts
72 server ptbtime2.ptb.de iburst nts 73
73 server ptbtime3.ptb.de iburst nts 74 authselectmode require
75 minsources 3
76
77 nocerttimecheck 1
74 78
75 leapsectz right/UTC 79 leapsectz right/UTC
76 80