aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")))