feat(gpg): Increase TTL of agent entries

This commit is contained in:
Alexander Kobjolke 2024-03-16 23:57:19 +01:00
parent 9687657684
commit 530fb19b5b

View file

@ -165,8 +165,8 @@ in {
services.gpg-agent = {
enable = true;
enableSshSupport = true;
defaultCacheTtl = 300;
defaultCacheTtlSsh = 300;
defaultCacheTtl = 7200;
defaultCacheTtlSsh = 7200;
};
home.file.".local" = {