From dcb36e3a612d470d3a6ca142008876e3017e857d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 6 Sep 2024 09:49:05 +0300 Subject: [PATCH] morning deployment --- modules/services/deployerbot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];