From 58ac0895bfe23cce659b09c7e786245858aa16cb Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 1 Dec 2022 04:38:17 +0100 Subject: [PATCH] Decrease the amount of periodic mail syncs --- modules/periodic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/periodic.nix b/modules/periodic.nix index 992297a..688ff23 100644 --- a/modules/periodic.nix +++ b/modules/periodic.nix @@ -121,7 +121,7 @@ in { /home/coolneng/.local/share/scripts/mail-sync -a ''; after = [ "network-online.target" ]; - startAt = "*-*-* *:00,15,30,45:00"; + startAt = "*-*-* *:00,30"; }; # HACK Change home partition permissions for mopidy