nix/services/mbsync.nix (view raw)
1{ config 2, pkgs 3, ... 4}: 5 6{ 7 services.mbsync = { 8 enable = true; 9 frequency = "*:0/15"; 10 }; 11}