diff --git a/modules/services/moodle-dl/default.nix b/modules/services/moodle-dl/default.nix index 34b4d4f..11b124a 100644 --- a/modules/services/moodle-dl/default.nix +++ b/modules/services/moodle-dl/default.nix @@ -5,7 +5,7 @@ wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "5m"; - OnUnitActiveSec = "6h"; + OnUnitActiveSec = "1h"; Unit = "moodle-dl.service"; }; };