summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5e3d2819..43a67181 100644
--- a/hel.nix
+++ b/hel.nix
@@ -498,5 +498,7 @@
498 OnActiveSec = "30s"; 498 OnActiveSec = "30s";
499 OnUnitActiveSec = "30s"; 499 OnUnitActiveSec = "30s";
500 }; 500 };
501
502 systemd.targets."multi-user".wants = ["gpscfg.timer"];
501} 503}
502 504