l: set ssh agentTimeout to 10m

This commit is contained in:
lassulus 2018-01-20 13:03:51 +01:00
parent 247aad46d3
commit 3bd62207d4

View File

@ -53,6 +53,7 @@ in {
time.timeZone = "Europe/Berlin";
programs.ssh.agentTimeout = "10m";
programs.ssh.startAgent = true;
services.openssh.forwardX11 = true;