From 0cf244712a1e7b0baafffa5cc341c72b682fac5d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Nov 2022 08:39:45 -0300 Subject: etc/guix/home.scm: Spli cronjobs for backup and upgrade Ideally both last less, and don't compete with IO so much. --- 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 b42ebb3..963bd8a 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -227,8 +227,8 @@ (define cronjobs (list #~(job "0 0 * * *" "cronjob check") - #~(job "30 0 * * *" "cronjob x update AND upgrade") - #~(job "30 0 * * *" "cronjob backup -q cron"))) + #~(job "30 4 * * *" "cronjob x update AND upgrade") + #~(job "30 23 * * *" "cronjob backup -q cron"))) (define (home-service name package bin) (service-type -- cgit v1.2.3