summaryrefslogtreecommitdiffstats
path: root/makefu/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-09 12:06:27 +0200
committermakefu <github@syntax-fehler.de>2015-10-09 12:06:27 +0200
commit42c2a52eaa7a111824f00582eb0479154b51211e (patch)
tree8c1b64fce6a8c70275a68f8b8753bff2fb633543 /makefu/3modules
parente507ab5ba770d57e846aa79f12ef055bd2fa70e4 (diff)
parent965eba6073f9de3726d9776ca18f6de9ad8ec867 (diff)
Merge branch 'master' of pnp:stockholm
Diffstat (limited to 'makefu/3modules')
-rw-r--r--makefu/3modules/tinc_graphs.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/makefu/3modules/tinc_graphs.nix b/makefu/3modules/tinc_graphs.nix
index 06b3f626..62d60752 100644
--- a/makefu/3modules/tinc_graphs.nix
+++ b/makefu/3modules/tinc_graphs.nix
@@ -64,13 +64,11 @@ let
environment.systemPackages = [ pkgs.tinc_graphs];
systemd.timers.tinc_graphs = {
description = "Build Tinc Graphs via via timer";
-
+ wantedBy = [ "timers.target"];
timerConfig = cfg.timerConfig;
};
systemd.services.tinc_graphs = {
description = "Build Tinc Graphs";
- wantedBy = [ "multi-user.target" ];
- after = [ "network.target" ];
environment = {
EXTERNAL_FOLDER = external_dir;
INTERNAL_FOLDER = internal_dir;