diff options
Diffstat (limited to 'etc/guix/home.scm')
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 24e8616..6c7812b 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -289,7 +289,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 reconfigure") + #~(job "30 4 * * *" "cronjob reconfigure -U") #~(job "30 1 * * *" "cronjob backup -q cron"))) (define (home-service name package bin) |