From 3f1ab7f00215bab2085ddc678c9920d98742f3b6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 Feb 2023 18:00:02 -0300 Subject: etc/guix/home.scm: s/upgrade/reconfigure/ in cronjob --- etc/guix/home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index d7943b6..a384051 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -199,7 +199,7 @@ left it off the last time it was used.") (define cronjobs (list #~(job "0 0 * * *" "cronjob check") - #~(job "30 4 * * *" "cronjob x update AND upgrade") + #~(job "30 4 * * *" "cronjob x update AND reconfigure") #~(job "30 1 * * *" "cronjob backup -q cron"))) (define (home-service name package bin) -- cgit v1.2.3