treewide: ssh-agent timeout 30m -> 12h

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-17 15:53:33 +03:00
parent a3a633b169
commit ee691228e0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
programs = { programs = {
ssh = { ssh = {
startAgent = true; startAgent = true;
agentTimeout = "30m"; agentTimeout = "12h";
}; };
}; };
} }

View file

@ -2,7 +2,7 @@
programs = { programs = {
ssh = { ssh = {
startAgent = true; startAgent = true;
agentTimeout = "30m"; agentTimeout = "12h";
}; };
}; };
} }