Changed time how long the agent should retain passwords.
This commit is contained in:
parent
2dc5b77471
commit
6eb397d3f4
@ -1,6 +1,9 @@
|
||||
{...}: {
|
||||
config = {
|
||||
programs.gpg.enable = true;
|
||||
services.gpg-agent.enable = true;
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
maxCacheTtl = 86400; # 1 Day
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user