From ea141658ab96f99f7baf2bf1633025f553ec06d3 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Wed, 7 Oct 2015 15:21:24 +0200
Subject: [PATCH] makefu 3 tinc_graphs: actually start the timer

---
 3modules/tinc_graphs.nix | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/3modules/tinc_graphs.nix b/3modules/tinc_graphs.nix
index 06b3f62..62d6075 100644
--- a/3modules/tinc_graphs.nix
+++ b/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;