Reverting this, i want longer timeouts

This commit is contained in:
Dustin Swan 2026-01-03 22:45:44 -07:00
parent 7b2986b7b4
commit 6b839dd1bf
No known key found for this signature in database
GPG key ID: 30D46587E2100467

View file

@ -23,5 +23,15 @@
enable = true;
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
defaultCacheTtl = 86400;
maxCacheTtl = 86400;
defaultCacheTtlSsh = 86400;
maxCacheTtlSsh = 86400;
pinentry.package = pkgs.pinentry-all;
};
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
}