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
{
  default-cache-ttl = 600;
}
declared in: nixos/modules/programs/gnupg.nixView source on NixOS/nixpkgs →