nix flake update: schedule at 16:00 UTC
This commit is contained in:
parent
f552d47d0e
commit
07921f1eaa
@ -71,13 +71,10 @@
|
|||||||
systemd.timers.deployerbot = {
|
systemd.timers.deployerbot = {
|
||||||
description = "deployerbot-main timer";
|
description = "deployerbot-main timer";
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
# such nixpkgs commits:
|
# 15:38 UTC was the latest merge that I have observed since
|
||||||
#
|
# making the commit by looking at 3 commits of this repo.
|
||||||
# Merge release-23.05 into staging-next-23.05
|
# Let's try to be optimistic.
|
||||||
#
|
timerConfig.OnCalendar = "*-*-* 16:00:00 UTC";
|
||||||
# happen at around 00:15 UTC. This is *probably* what
|
|
||||||
# we want to follow.
|
|
||||||
timerConfig.OnCalendar = "*-*-* 00:30:00 UTC";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
mj.base.unitstatus.units = ["deployerbot"];
|
mj.base.unitstatus.units = ["deployerbot"];
|
||||||
|
Loading…
Reference in New Issue
Block a user