1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(mail): run muchsync even when mbsync fails

This commit is contained in:
2021-04-12 11:01:34 +02:00
parent 376a2e115c
commit 9a00809a2d

View File

@@ -57,7 +57,7 @@ in
environment.NOTMUCH_CONFIG = config.home-manager.users.email.home.sessionVariables.NOTMUCH_CONFIG;
path = [ pkgs.notmuch pkgs.openssh ];
script = ''
${pkgs.isync}/bin/mbsync --all
${pkgs.isync}/bin/mbsync --all || true
${lib.concatMapStringsSep "\n" (host: ''
echo === syncing ${host}