From 3366d36beddecc678a8c38c39bb10a0d76c747aa Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 19 Jan 2023 19:58:44 +0100 Subject: Disable annoying vdirsyncer cron jobs --- tw/home/lap.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tw/home/lap.scm') diff --git a/tw/home/lap.scm b/tw/home/lap.scm index d60203d5..b7898421 100644 --- a/tw/home/lap.scm +++ b/tw/home/lap.scm @@ -53,11 +53,12 @@ ("newsboat/config.catppuccin" ,catppuccin-newsboat) ("vdirsyncer/config" ,(local-file "files/vdirsyncer.conf")))) - (simple-service 'pim-cronjobs home-mcron-service-type - (list #~(job "15 */4 * * *" ; every four hours at HH:15 - (string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " metasync")) - #~(job "0,30 * * * *" ; every half hour - (string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " sync")))) + ;; These cron jobs are annoying because they pop up a password prompt every time they run. + ;; (simple-service 'pim-cronjobs home-mcron-service-type + ;; (list #~(job "15 */4 * * *" ; every four hours at HH:15 + ;; (string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " metasync")) + ;; #~(job "0,30 * * * *" ; every half hour + ;; (string-append #$(file-append vdirsyncer "/bin/vdirsyncer") " sync")))) (simple-service 'mail-files home-files-service-type `((".mailcap" ,(local-file "files/mailcap")) -- cgit v1.2.3