aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-26 18:00:02 -0300
committerEuAndreh <eu@euandre.org>2023-02-26 18:00:02 -0300
commit3f1ab7f00215bab2085ddc678c9920d98742f3b6 (patch)
tree0a6b34b3ce96252553a20595a790a0bc3b3ff51e
parentUpdate NixOS channel in update(1) instead of upgrade(1) (diff)
downloaddotfiles-3f1ab7f00215bab2085ddc678c9920d98742f3b6.tar.gz
dotfiles-3f1ab7f00215bab2085ddc678c9920d98742f3b6.tar.xz
etc/guix/home.scm: s/upgrade/reconfigure/ in cronjob
-rw-r--r--etc/guix/home.scm2
1 files changed, 1 insertions, 1 deletions
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)