From ecaea63648d24bdbb8aced014f7b9a7409368daf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 15 Aug 2022 14:50:40 -0300 Subject: etc/guix/home.scm: Decrease frequency of "check" and "msmtp-queue" cronjobs --- etc/guix/home.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 61ff14e..549ccf5 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -187,8 +187,8 @@ (define cronjobs (list - #~(job "0 * * * *" "cronjob msmtp-queue -r") - #~(job "0 */6 * * *" "cronjob check") + #~(job "0 0 * * *" "cronjob msmtp-queue -r") + #~(job "0 0 * * *" "cronjob check") #~(job "5 */6 * * *" "cronjob m") #~(job "30 1 * * *" "cronjob backup -q cron"))) -- cgit v1.2.3