task | change gpg/ssh key cache ttl
This commit is contained in:
parent
bd6f6468ee
commit
5837e848d2
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,8 @@
|
||||||
};
|
};
|
||||||
gpg-agent = {
|
gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 1800;
|
defaultCacheTtl = 604800;
|
||||||
|
defaultCacheTtlSsh = 604800;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue