diff options
author | EuAndreh <eu@euandre.org> | 2022-08-15 14:50:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-15 14:50:01 -0300 |
commit | 5ed82ff797609462cb6cc28575455808390e189c (patch) | |
tree | 1e2b889765a65f2ae869fd4fac2165c72416d7fb | |
parent | bin/backup: Fix "Usage" documentation of -q flag (diff) | |
download | dotfiles-5ed82ff797609462cb6cc28575455808390e189c.tar.gz dotfiles-5ed82ff797609462cb6cc28575455808390e189c.tar.xz |
etc/guix/home.scm: Use -q quiet flag in backup cron
-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 499a2cb..61ff14e 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -190,7 +190,7 @@ #~(job "0 * * * *" "cronjob msmtp-queue -r") #~(job "0 */6 * * *" "cronjob check") #~(job "5 */6 * * *" "cronjob m") - #~(job "30 1 * * *" "cronjob backup cron"))) + #~(job "30 1 * * *" "cronjob backup -q cron"))) (home-environment |