From b0036d8b5fe4d347ac77539931661c2ef128fec4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 26 Jul 2018 15:50:54 -0300 Subject: Fixed mbsync crontab The email wasn't showing because I wasn't ever running =notmuch new= :facepalm: Works like a charm now :) --- nixos/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f3c5d3b..c82e334 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -265,9 +265,8 @@ }; services = { - # FIXME - # cron.enable = true; - # cron.systemCronJobs = ["* * * * * andreh mbsync -aV &>> /tmp/mbsync.log"]; + cron.enable = true; + cron.systemCronJobs = ["* * * * * andreh mbsync -aV &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log"]; xserver = { enable = true; -- cgit v1.2.3