Decrease the amount of periodic mail syncs

This commit is contained in:
coolneng 2022-12-01 04:38:17 +01:00
parent 2e7a912294
commit 58ac0895bf
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ in {
/home/coolneng/.local/share/scripts/mail-sync -a /home/coolneng/.local/share/scripts/mail-sync -a
''; '';
after = [ "network-online.target" ]; after = [ "network-online.target" ];
startAt = "*-*-* *:00,15,30,45:00"; startAt = "*-*-* *:00,30";
}; };
# HACK Change home partition permissions for mopidy # HACK Change home partition permissions for mopidy