From 69ee6c9caa7fdeb498f0dc04622bc61b0cb84051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 30 Jul 2023 06:45:49 +0300 Subject: [PATCH] add comment re calendar time --- modules/services/deployerbot/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index f9e0919..4a5a694 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -71,6 +71,12 @@ 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"; };