add comment re calendar time

This commit is contained in:
Motiejus Jakštys 2023-07-30 06:45:49 +03:00
parent e62cbb9bed
commit 69ee6c9caa
1 changed files with 6 additions and 0 deletions

View File

@ -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";
};