Support gpg-agent with home-manager
A previous commit supported gpg.conf; this commit supports gpg-agent.conf. I still have other files in my .gnupg directory that I should audit.
This commit is contained in:
parent
19742e7790
commit
f2d9af2745
2 changed files with 6 additions and 2 deletions
|
@ -81,4 +81,10 @@
|
|||
##############################################################################
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 7200;
|
||||
maxCacheTtl = 7200;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
default-cache-ttl 7200
|
||||
max-cache-ttl 7200
|
Loading…
Reference in a new issue