From e144fc5881e44f3a8b6ba715e2d28c2adc521e7d Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 19 Jul 2023 12:52:15 +0200 Subject: [PATCH] Decrease full mail sync cadence --- modules/periodic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/periodic.nix b/modules/periodic.nix index f4a975a..1949019 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -104,7 +104,7 @@ with pkgs; /home/coolneng/.local/share/scripts/mail-sync -a ''; after = [ "network-online.target" ]; - startAt = "*-*-* *:00,15,30,45:00"; + startAt = "*-*-* *:00,30:00"; }; # HACK Change home partition permissions for mopidy