Extend default-cache-ttl and max-cache-ttl for gpg-agent
Preferring eight hours for each of these values.
This commit is contained in:
parent
4509fb5e50
commit
c2522a1b7a
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 7200;
|
||||
maxCacheTtl = 7200;
|
||||
defaultCacheTtl = 8 * 60 * 60; # 8 hours
|
||||
maxCacheTtl = 8 * 60 * 60;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue