Run mbsync hourly instead of every 5 minutes
This commit is contained in:
parent
393c1a7752
commit
872a4a75fd
|
@ -2,5 +2,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./default.nix ];
|
imports = [ ./default.nix ];
|
||||||
services.mbsync.enable = true;
|
services.mbsync = {
|
||||||
|
enable = true;
|
||||||
|
frequency = "*:00:00";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue