From fca131e5147ccc5f3bf530c662b42f308b73a5fd Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 23 May 2019 17:11:18 -0700 Subject: set ssh timeout --- machines/helium.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index 17eef23..0eb4b07 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -55,6 +55,7 @@ enableSSHSupport = true; }; mosh.enable = true; + ssh.agentTimeout = "1h"; }; services = { -- cgit v1.2.3