europa: run taskob every 30min

This commit is contained in:
Aaron Bieber 2022-10-17 08:09:34 -06:00
parent 5a95cc5f47
commit 128b1e204c
No known key found for this signature in database

View File

@ -161,6 +161,7 @@ in {
systemCronJobs = [
"*/2 * * * * qbit . /etc/profile; (cd ~/Brain && git sync) >/dev/null 2>&1"
"*/5 * * * * qbit . /etc/profile; (cd ~/org && git sync) >/dev/null 2>&1"
"*/30 * * * * qbit . /etc/profile; taskobs"
];
};