aboutsummaryrefslogtreecommitdiff
path: root/services/mbsync.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/mbsync.nix')
-rw-r--r--services/mbsync.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/services/mbsync.nix b/services/mbsync.nix
new file mode 100644
index 0000000..168b7ec
--- /dev/null
+++ b/services/mbsync.nix
@@ -0,0 +1,11 @@
1{ config
2, pkgs
3, ...
4}:
5
6{
7 services.mbsync = {
8 enable = true;
9 frequency = "*:0/15";
10 };
11}