From f08fa200f6d415523162e2f470091ed441dfa7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 19 Dec 2023 23:58:53 +0200 Subject: [PATCH] deployerbot: push forward a bit --- 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 a928e1a..4b9fe71 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -106,7 +106,7 @@ in { systemd.timers.deployerbot = { description = "deployerbot-main timer"; wantedBy = ["timers.target"]; - timerConfig.OnCalendar = "*-*-* 22:00:00 UTC"; + timerConfig.OnCalendar = "*-*-* 23:30:00 UTC"; }; mj.base.unitstatus.units = ["deployerbot"];