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 1097fec..1504b40 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -63,7 +63,7 @@ (define cronjobs (list #~(job "0 0 * * *" "cronjob check") - #~(job "0 1 * * *" "cronjob backup -q cron") + #~(job "0 1 * * *" "cronjob backupit -q cron") #~(job "0 2 * * 0" "cronjob gc") #~(job "0 3 * * *" "cronjob reconfigure -U"))) |