diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 5922790..f42328c 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 = "*-*-* 23:30:00 UTC"; + timerConfig.OnCalendar = "*-*-* 09:00:00 Europe/Vilnius"; }; mj.base.unitstatus.units = [ "deployerbot" ];