summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-23 17:11:18 -0700
committerBen Sima <ben@bsima.me>2019-05-23 17:11:18 -0700
commitfca131e5147ccc5f3bf530c662b42f308b73a5fd (patch)
tree4025164de7d3f1f79b8c00c46c8e3e1eac716d02 /machines
parent868aac8c30897423c2e65ab4c94e017a8e4b892a (diff)
set ssh timeout
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix1
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 = {