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/annex2"
|
||||||
"/home/.snapshot-latest/motiejus/.config/syncthing"
|
"/home/.snapshot-latest/motiejus/.config/syncthing"
|
||||||
];
|
];
|
||||||
backup_at = "*-*-* 00:05:00";
|
backup_at = "*-*-* 00:05:00 UTC";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user