From 07921f1eaa87c543f909a56b3adbd8a3256926c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Aug 2023 14:24:32 +0300 Subject: [PATCH] nix flake update: schedule at 16:00 UTC --- modules/services/deployerbot/default.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 630dd6a..64b3811 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -71,13 +71,10 @@ systemd.timers.deployerbot = { description = "deployerbot-main timer"; wantedBy = ["timers.target"]; - # such nixpkgs commits: - # - # Merge release-23.05 into staging-next-23.05 - # - # happen at around 00:15 UTC. This is *probably* what - # we want to follow. - timerConfig.OnCalendar = "*-*-* 00:30:00 UTC"; + # 15:38 UTC was the latest merge that I have observed since + # making the commit by looking at 3 commits of this repo. + # Let's try to be optimistic. + timerConfig.OnCalendar = "*-*-* 16:00:00 UTC"; }; mj.base.unitstatus.units = ["deployerbot"];