diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 6753d69..5922790 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -117,7 +117,7 @@ systemd.timers.deployerbot = { description = "deployerbot-main timer"; wantedBy = [ "timers.target" ]; - timerConfig.OnCalendar = "Mon,Thu *-*-* 23:30:00 UTC"; + timerConfig.OnCalendar = "*-*-* 23:30:00 UTC"; }; mj.base.unitstatus.units = [ "deployerbot" ];