diff options
-rw-r--r-- | etc/guix/home.scm | 4 |
1 files 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"))) |