europa: switch from Notes to Brain

This commit is contained in:
Aaron Bieber 2022-09-16 20:38:12 -06:00
parent 1a08c17c82
commit f6a398fa4e
No known key found for this signature in database

View File

@ -155,7 +155,7 @@ in {
cron = {
enable = true;
systemCronJobs = [
"*/2 * * * * qbit . /etc/profile; (cd ~/Notes && git sync) >/dev/null 2>&1"
"*/2 * * * * qbit . /etc/profile; (cd ~/Brain && git sync) >/dev/null 2>&1"
"*/5 * * * * qbit . /etc/profile; (cd ~/org && git sync) >/dev/null 2>&1"
];
};