aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-18 09:45:09 -0300
committerEuAndreh <eu@euandre.org>2023-03-18 09:45:09 -0300
commitdc8a9eb37a1b4fa8418f4e32d75530268d91c6b1 (patch)
treec71b334b0c3a1e30173d60fbd080854a7e18ac8c /etc
parentMakefile: Add email across servers in check (diff)
downloaddotfiles-dc8a9eb37a1b4fa8418f4e32d75530268d91c6b1.tar.gz
dotfiles-dc8a9eb37a1b4fa8418f4e32d75530268d91c6b1.tar.xz
etc/guix/home.scm: Simpler scheduling time of cronjobs
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/home.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index b87c0c2..6a833c5 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -203,9 +203,9 @@ left it off the last time it was used.")
(define cronjobs
(list
- #~(job "0 0 * * *" "cronjob check")
- #~(job "30 4 * * *" "cronjob reconfigure -U")
- #~(job "30 1 * * *" "cronjob backup -q cron")))
+ #~(job "0 0 * * *" "cronjob check")
+ #~(job "0 1 * * *" "cronjob reconfigure -U")
+ #~(job "0 2 * * *" "cronjob backup -q cron")))
(define (home-service name package bin)
(service-type