Run mbsync hourly instead of every 5 minutes

This commit is contained in:
Evie Litherland-Smith 2023-09-10 10:31:58 +01:00
parent 393c1a7752
commit 872a4a75fd

View file

@ -2,5 +2,8 @@
{
imports = [ ./default.nix ];
services.mbsync.enable = true;
services.mbsync = {
enable = true;
frequency = "*:00:00";
};
}