diff options
author | Ben Sima <ben@bsima.me> | 2019-05-23 17:11:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-23 17:11:18 -0700 |
commit | fca131e5147ccc5f3bf530c662b42f308b73a5fd (patch) | |
tree | 4025164de7d3f1f79b8c00c46c8e3e1eac716d02 | |
parent | 868aac8c30897423c2e65ab4c94e017a8e4b892a (diff) |
set ssh timeout
-rw-r--r-- | machines/helium.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |