aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/core
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/core')
-rw-r--r--hosts/common/core/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix
index 1758a24..a198656 100644
--- a/hosts/common/core/default.nix
+++ b/hosts/common/core/default.nix
@@ -115,6 +115,12 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
+ settings = {
+ default-cache-ttl = 43200;
+ default-cache-ttl-ssh = 43200;
+ max-cache-ttl = 86400;
+ max-cache-ttl-ssh = 86400;
+ };
};
programs.iftop.enable = true;
programs.mtr.enable = true;