nixos/home/accounts/service.nix

10 lines
126 B
Nix
Raw Normal View History

{ ... }:
{
imports = [ ./default.nix ];
services.mbsync = {
enable = true;
2023-09-10 17:33:32 +01:00
frequency = "*-*-* *:0/15:00";
};
}