commit f08fa200f6d415523162e2f470091ed441dfa7e6 (tree)
parent a4a68a3d22415564478c7558dad0777f3a439abe
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Tue, 19 Dec 2023 23:58:53 +0200
deployerbot: push forward a bit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"];