1
0
Fork 0

Fix update_tasks timer

This commit is contained in:
Malte Brandy 2018-07-19 19:39:46 +02:00
parent 94fc437380
commit 29136f8e82
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -34,6 +34,9 @@ config = mkIf config.m-0.update_tasks.enable {
Timer = {
OnCalendar = "hourly";
};
Install = {
WantedBy = [ "timers.target" ];
};
};
};
};