diff options
| -rw-r--r-- | etc/guix/home.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 6df9f7c..529d174 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -240,6 +240,7 @@ #~(job "0 0 * * *" "cronjob msmtp-queue -r") #~(job "0 0 * * *" "cronjob check") #~(job "5 */6 * * *" "cronjob m") + #~(job "30 0 * * *" "cronjob x update AND upgrade") #~(job "30 0 * * *" "cronjob backup -q cron"))) (define (poweralertd-shepherd-services _config) |
