Skip to content

Commit

Permalink
Bump GPG agent cache TTL to 8h. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah authored Apr 3, 2024
1 parent b0a10ef commit a119b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/services/gpg_agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
defaultCacheTtl = 60 * 60 * 2; # 2h in secs
defaultCacheTtl = 60 * 60 * 8; # 8h in secs
pinentryPackage = with pkgs; lib.mkForce pinentry-curses;
sshKeys = ["2CCBD7C415983C9B20762124B39B41EC96B810DA"];
};
Expand Down

0 comments on commit a119b7f

Please sign in to comment.