aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/core/default.nix')
-rw-r--r--hosts/common/core/default.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix
index f332f07..c2a9c85 100644
--- a/hosts/common/core/default.nix
+++ b/hosts/common/core/default.nix
@@ -112,7 +112,17 @@
hardware.enableRedistributableFirmware = true;
programs.atop.enable = true;
- programs.gnupg.agent.enable = true;
+ programs.gnupg.agent = {
+ enable = true;
+ enableExtraSocket = 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;
programs.tmux.enable = true;