diff options
-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 = { |