Extend default-cache-ttl and max-cache-ttl for gpg-agent

Preferring eight hours for each of these values.
This commit is contained in:
William Carroll 2020-03-13 12:21:01 +00:00
parent 4509fb5e50
commit c2522a1b7a

View file

@ -149,7 +149,7 @@
services.gpg-agent = {
enable = true;
defaultCacheTtl = 7200;
maxCacheTtl = 7200;
defaultCacheTtl = 8 * 60 * 60; # 8 hours
maxCacheTtl = 8 * 60 * 60;
};
}