feat(gpg): Increase TTL of agent entries
This commit is contained in:
parent
9687657684
commit
530fb19b5b
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ in {
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
defaultCacheTtl = 300;
|
||||
defaultCacheTtlSsh = 300;
|
||||
defaultCacheTtl = 7200;
|
||||
defaultCacheTtlSsh = 7200;
|
||||
};
|
||||
|
||||
home.file.".local" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue