task | change gpg/ssh key cache ttl

This commit is contained in:
Don Harper 2026-06-08 07:17:54 -05:00
parent bd6f6468ee
commit 5837e848d2

View file

@ -129,7 +129,8 @@
};
gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
defaultCacheTtl = 604800;
defaultCacheTtlSsh = 604800;
enableSshSupport = true;
};
};