programs.gnupg.agent.settings
NixOS option
Configuration for /etc/gnupg/gpg-agent.conf. See gpg-agent(1) for supported options.
type: attribute set of (atom (null, bool, int, float or string))Default
{ }Example
declared in: nixos/modules/programs/gnupg.nixView source on NixOS/nixpkgs →{
default-cache-ttl = 600;
}