deploy updates regularly
This commit is contained in:
parent
b088e3ff06
commit
f18a2ff855
@ -51,7 +51,7 @@
|
||||
"/home/.snapshot-latest/motiejus/annex2"
|
||||
"/home/.snapshot-latest/motiejus/.config/syncthing"
|
||||
];
|
||||
backup_at = "*-*-* 00:05:00";
|
||||
backup_at = "*-*-* 00:05:00 UTC";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user