From 05412c548faa1b83bdd23cce57057940a03a1473 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 28 Nov 2024 11:04:15 +0100 Subject: [PATCH] hostconfig/thinkpad-nixos: Disable the mbsync timeout --- hostconfig/thinkpad-nixos/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 2d9e11c..688671c 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -373,7 +373,7 @@ in subFolders = "Verbatim"; extraConfig.account = { AuthMechs = "LOGIN"; - Timeout = 60; + Timeout = 0; }; }; passwordCommand = "echo foobar";