From b71b36209fa6ae194ecb2d7a25f68f169bb56d15 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 30 May 2021 11:06:09 +0200 Subject: surtr: ntp... --- hosts/surtr/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hosts/surtr/default.nix') diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index 27407ccc..61438992 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix @@ -86,11 +86,14 @@ enable = true; servers = []; extraConfig = '' - pool 1.nixos.pool.ntp.org - pool 2.nixos.pool.ntp.org - pool 3.nixos.pool.ntp.org - pool 4.nixos.pool.ntp.org + pool 0.nixos.pool.ntp.org iburst + pool 1.nixos.pool.ntp.org iburst + pool 2.nixos.pool.ntp.org iburst + pool 3.nixos.pool.ntp.org iburst + refclock PHC /dev/ptp_kvm poll 2 dpoll -2 offset 0 stratum 3 + + makestep 0.1 3 ''; }; -- cgit v1.2.3