mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-15 17:03:53 +02:00
hostconfig/thinkpad-nixos: Disable the mbsync timeout
This commit is contained in:
parent
36ecb3e20f
commit
05412c548f
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ in
|
|||
subFolders = "Verbatim";
|
||||
extraConfig.account = {
|
||||
AuthMechs = "LOGIN";
|
||||
Timeout = 60;
|
||||
Timeout = 0;
|
||||
};
|
||||
};
|
||||
passwordCommand = "echo foobar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue