email: tweak mbsync postExec command

This commit is contained in:
Jez Cope 2021-09-13 14:50:37 +01:00
parent 65b3580f31
commit b5712f1080
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ in {
programs.mbsync.enable = true;
services.mbsync = {
enable = true;
postExec = "${pkgs.mu}/bin/mu index || true";
postExec = "${pkgs.bash}/bin/bash -c '${pkgs.mu}/bin/mu index || true'";
};
}