aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-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"))