mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
bumped ttl for ssh and gpg to max 2-8 hours
This commit is contained in:
parent
127227205d
commit
cd6dd90ec7
2 changed files with 5 additions and 2 deletions
|
|
@ -16,7 +16,10 @@
|
|||
home-manager.users."${userVars.username}" = {
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
defaultCacheTtl = 7200;
|
||||
defaultCacheTtlSsh = 7200;
|
||||
maxCacheTtl = 28800;
|
||||
maxCacheTtlSsh = 28800;
|
||||
enableSshSupport = true;
|
||||
pinentry.package = pkgs.pinentry-qt;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue