summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-10-30 17:49:29 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-10-30 17:49:29 +0100
commitb4a14a83f02ebc15f0b599d57b93748bbad98d97 (patch)
tree705e6351357e228fbabf0dd5e3eee04aa659b9d5 /hel.nix
parentb0f5f2ab70c047f1855ce45743dc678ccdb3bae9 (diff)
downloadnixos-b4a14a83f02ebc15f0b599d57b93748bbad98d97.tar
nixos-b4a14a83f02ebc15f0b599d57b93748bbad98d97.tar.gz
nixos-b4a14a83f02ebc15f0b599d57b93748bbad98d97.tar.bz2
nixos-b4a14a83f02ebc15f0b599d57b93748bbad98d97.tar.xz
nixos-b4a14a83f02ebc15f0b599d57b93748bbad98d97.zip
autostart gpscfg.timer
Diffstat (limited to 'hel.nix')
-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