makefu 3 tinc_graphs: actually start the timer
This commit is contained in:
parent
2460a6c226
commit
36d43bf73f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user