1
0
Fork 0

Enable imapnotify

This commit is contained in:
Malte Brandy 2021-12-22 02:04:22 +01:00
parent 015ccea562
commit 574a652f29

View file

@ -12,10 +12,13 @@ let
in
{
services.mbsync = {
enable = true;
frequency = "*:0/30";
verbose = false;
services = {
mbsync = {
enable = true;
frequency = "*:0/30";
verbose = false;
};
imapnotify.enable = true;
};
systemd.user.timers.mbsync.Timer.RandomizedDelaySec = "10m";