Disable mbsync service, rely in emacs for this

This commit is contained in:
Evie Litherland-Smith 2024-01-08 07:52:19 +00:00
parent f452aae9fc
commit bcd7449dfb

View file

@ -126,10 +126,6 @@
};
};
};
services.mbsync = {
enable = true;
frequency = "*:0/15"; # Every 15 minutes
};
systemd.user.services = let emailAccounts = config.accounts.email.accounts;
in {
protonmail-bridge = lib.mkIf emailAccounts.proton.mbsync.enable {