Added mbsync cron jobs
This commit is contained in:
parent
a20417b9c5
commit
859982d5cd
|
@ -16,4 +16,12 @@
|
||||||
vdirsyncer # Synchronize calendars and contacts
|
vdirsyncer # Synchronize calendars and contacts
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.cron = {
|
||||||
|
enable = true;
|
||||||
|
systemCronJobs = [
|
||||||
|
"*/10 * * * * craige /run/current-system/sw/bin/mbsync -q MCA >> /home/craige/.mailsync-MCA.log 2>&1"
|
||||||
|
"*/5 * * * * craige /run/current-system/sw/bin/mbsync -q IOHK >> /home/craige/.mailsync-IOHK.log 2>&1"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue