Fix mbsync frequency definition

This commit is contained in:
Evie Litherland-Smith 2023-09-10 17:33:32 +01:00
parent 938fefdd94
commit 4b2276d5b9

View file

@ -4,6 +4,6 @@
imports = [ ./default.nix ];
services.mbsync = {
enable = true;
frequency = "*-*-* *:*/15:00";
frequency = "*-*-* *:0/15:00";
};
}