Added mbsync cron jobs

This commit is contained in:
Serĉanto de Scio 2020-01-24 09:00:52 +10:00
parent a20417b9c5
commit 859982d5cd
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -16,4 +16,12 @@
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"
];
};
}