Make mbsync service more frequent

This commit is contained in:
Evie Litherland-Smith 2023-10-25 09:12:01 +01:00
parent 84c19b44df
commit e35a36e0ef

View file

@ -32,7 +32,7 @@
services = {
mbsync = {
enable = true;
frequency = "*:0/30";
frequency = "*:0/15";
postExec = "${pkgs.notmuch}/bin/notmuch new";
};
imapnotify.enable = true;