deploy updates regularly

This commit is contained in:
2023-07-30 06:41:13 +03:00
parent b088e3ff06
commit f18a2ff855
2 changed files with 6 additions and 6 deletions

View File

@@ -68,11 +68,11 @@
'';
};
#systemd.timers.deployerbot = {
# description = "deployerbot-main timer";
# wantedBy = ["timers.target"];
# timerConfig.OnCalendar = "";
#};
systemd.timers.deployerbot = {
description = "deployerbot-main timer";
wantedBy = ["timers.target"];
timerConfig.OnCalendar = "*-*-* 00:30:00 UTC";
};
mj.base.unitstatus.units = ["deployerbot"];