aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-01-24 13:56:03 -0300
committerEuAndreh <eu@euandre.org>2026-01-24 13:56:03 -0300
commit039ecec24da16011b2e3370a427f1459c6ed0256 (patch)
treedfe27e2a46a054fb711f4477fcef176921441cae
parentbin/gc: Re-enable (diff)
downloaddotfiles-039ecec24da16011b2e3370a427f1459c6ed0256.tar.gz
dotfiles-039ecec24da16011b2e3370a427f1459c6ed0256.tar.xz
etc/guix/home.scm: Fix call to new backupit syntax
-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 5462bb64..846c7f48 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -72,7 +72,7 @@
(define cronjobs
(list
#~(job "0 0 * * *" "cronjob check")
- #~(job "0 1 * * *" "cronjob backupit -q cron")
+ #~(job "0 1 * * *" "cronjob backupit -q -t cron")
#~(job "0 2 * * 0" "cronjob gc")
#~(job "0 3 * * *" "cronjob reconfigure")
#~(job "0 7 * * *" "cronjob guix pull -v3")))