From 534f926872154ff6428cdb2343bbf4e240c8e9c4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Oct 2017 14:35:48 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 25720b73..e823ccce 100644 --- a/hel.nix +++ b/hel.nix @@ -166,7 +166,8 @@ chrony = { enable = true; extraConfig = '' - refclock SOCK /var/run/chrony.gps0.sock delay 0.0 refid GPS + refclock SHM 0 refid GPS + refclock SHM 1 refid PPS ''; }; @@ -290,6 +291,8 @@ }; }; + systemd.services."gpsd".after = [ "chronyd.service" ]; + users = { mutableUsers = false; -- cgit v1.2.3