diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 7ee2439..452c808 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -268,6 +268,7 @@ subFolders = "Verbatim"; extraConfig.account = { AuthMechs = "LOGIN"; + Timeout = 60; }; }; passwordCommand = "echo foobar";