summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {