summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 29a2acee..06a0e466 100644
--- a/hel.nix
+++ b/hel.nix
@@ -514,7 +514,7 @@
514 bindsTo = [ "dev-gpscfg0.device" ]; 514 bindsTo = [ "dev-gpscfg0.device" ];
515 after = [ "dev-gpscfg0.device" ]; 515 after = [ "dev-gpscfg0.device" ];
516 516
517 wantedBy = [ "timers.target" ]; 517 wantedBy = [ "dev-gpscfg0.device" ];
518 518
519 timerConfig = { 519 timerConfig = {
520 OnActiveSec = "0s"; 520 OnActiveSec = "0s";