nix-config/modules/home-manager/core/gnupg.nix

9 lines
156 B
Nix
Raw Normal View History

{
home.file.".gnupg/gpg-agent.conf".text = ''
allow-preset-passphrase
default-cache-ttl 600
max-cache-ttl 7200
enable-ssh-support
'';
}