fix: gpg-agent
This commit is contained in:
parent
34273a8cea
commit
2623a2c06d
1 changed files with 8 additions and 0 deletions
|
@ -31,4 +31,12 @@
|
|||
mutableKeys = true;
|
||||
mutableTrust = true;
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
defaultCacheTtl = 31536000;
|
||||
maxCacheTtl = 31536000;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue