summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index e823ccce..d4235c03 100644
--- a/hel.nix
+++ b/hel.nix
@@ -166,8 +166,7 @@
166 chrony = { 166 chrony = {
167 enable = true; 167 enable = true;
168 extraConfig = '' 168 extraConfig = ''
169 refclock SHM 0 refid GPS 169 refclock SOCK /var/run/chrony.gps0.sock delay 0.0 refid GPS
170 refclock SHM 1 refid PPS
171 ''; 170 '';
172 }; 171 };
173 172