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