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 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 |