deploy updates regularly

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

View File

@ -51,7 +51,7 @@
"/home/.snapshot-latest/motiejus/annex2" "/home/.snapshot-latest/motiejus/annex2"
"/home/.snapshot-latest/motiejus/.config/syncthing" "/home/.snapshot-latest/motiejus/.config/syncthing"
]; ];
backup_at = "*-*-* 00:05:00"; backup_at = "*-*-* 00:05:00 UTC";
}; };
}; };
}; };

View File

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