aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
authorTimo Wilken2023-01-19 19:58:44 +0100
committerTimo Wilken2023-01-19 19:58:44 +0100
commit3366d36beddecc678a8c38c39bb10a0d76c747aa (patch)
treed90f2522bb4bda4a2d54c24be5896f14211bb4c7 /tw/home
parentcccaff40c01aa0553f91d6597f8bb7875b9b6538 (diff)
Disable annoying vdirsyncer cron jobs
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/lap.scm11
1 files changed, 6 insertions, 5 deletions
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"))