From 1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 29 Apr 2018 21:41:55 +0200 Subject: 1 hour agent timeout --- odin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/odin.nix b/odin.nix index 823e03f7..27ed20e1 100644 --- a/odin.nix +++ b/odin.nix @@ -328,6 +328,7 @@ programs.ssh = { startAgent = true; + agentTimeout = "1h"; }; systemd.status-mail = { -- cgit v1.2.3