summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/home/lap.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/lap.scm b/tw/home/lap.scm
index 6f758294..4cd2f0d4 100644
--- a/tw/home/lap.scm
+++ b/tw/home/lap.scm
@@ -56,7 +56,7 @@
(simple-service
'pim-cronjobs home-mcron-service-type
- (list #~(job "15 */2 * * *" ; every two hours at HH:15
+ (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"))))