diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-30 13:38:08 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-30 13:38:08 +0200 |
commit | 1be893c5d3afc32d580872a34bcfa3960c20bd4e (patch) | |
tree | fbab56b6b524cb56d046536e761401a2e0492529 /hosts | |
parent | b6d73ef055c3c8b9478c3f9af8a982695d4d4bcd (diff) | |
download | nixos-1be893c5d3afc32d580872a34bcfa3960c20bd4e.tar nixos-1be893c5d3afc32d580872a34bcfa3960c20bd4e.tar.gz nixos-1be893c5d3afc32d580872a34bcfa3960c20bd4e.tar.bz2 nixos-1be893c5d3afc32d580872a34bcfa3960c20bd4e.tar.xz nixos-1be893c5d3afc32d580872a34bcfa3960c20bd4e.zip |
surtr: ntp...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/surtr/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index 2c9d28b1..bde10e8b 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix | |||
@@ -87,6 +87,7 @@ | |||
87 | servers = []; | 87 | servers = []; |
88 | extraConfig = '' | 88 | extraConfig = '' |
89 | pool time.cloudflare.com iburst nts | 89 | pool time.cloudflare.com iburst nts |
90 | pool nts.ntp.se iburst nts | ||
90 | server nts.sth1.ntp.se iburst nts | 91 | server nts.sth1.ntp.se iburst nts |
91 | server nts.sth2.ntp.se iburst nts | 92 | server nts.sth2.ntp.se iburst nts |
92 | 93 | ||