Compare commits

..

No commits in common. "d2a8e3fe8116f9eb63086587391207eae7d34ad4" and "baf4f5322ca323f8c3ab93d3a2a303c04a70e36b" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -16,10 +16,7 @@
};
};
};
services.vdirsyncer = {
inherit (config.programs.vdirsyncer) enable package;
frequency = "*:0/30"; # Every 30 minutes
};
services.vdirsyncer.enable = true;
accounts.calendar = {
basePath = "Calendar";
accounts = {

View file

@ -152,7 +152,7 @@
};
services.mbsync = {
inherit (config.programs.mbsync) enable package;
frequency = "*:0/30"; # Every 30 minutes
frequency = "*:0/5"; # Every 5 minutes
verbose = true;
preExec = null;
postExec = null;