hostconfig/thinkpad-nixos: Disable the mbsync timeout

This commit is contained in:
traxys 2024-11-28 11:04:15 +01:00
parent 36ecb3e20f
commit 05412c548f

View file

@ -373,7 +373,7 @@ in
subFolders = "Verbatim";
extraConfig.account = {
AuthMechs = "LOGIN";
Timeout = 60;
Timeout = 0;
};
};
passwordCommand = "echo foobar";