summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-29 21:41:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-29 21:41:55 +0200
commit1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae (patch)
tree68a55d111d98d9e9672e993311d860e9e5048273 /odin.nix
parent127efb85458afb18e93df9658e428c2377d8d790 (diff)
downloadnixos-1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae.tar
nixos-1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae.tar.gz
nixos-1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae.tar.bz2
nixos-1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae.tar.xz
nixos-1d871fd2ef2110e82b0f692c95ab1c193d0bf6ae.zip
1 hour agent timeout
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 823e03f7..27ed20e1 100644
--- a/odin.nix
+++ b/odin.nix
@@ -328,6 +328,7 @@
328 328
329 programs.ssh = { 329 programs.ssh = {
330 startAgent = true; 330 startAgent = true;
331 agentTimeout = "1h";
331 }; 332 };
332 333
333 systemd.status-mail = { 334 systemd.status-mail = {