nixpkgs/home/services/gpg-agent.nix

10 lines
120 B
Nix

{ pkgs }:
{
enable = true;
defaultCacheTtl = 3600;
maxCacheTtl = 36000;
pinentryPackage = pkgs.pinentry-qt;
}