Files
nix-config/home/programs/gpg.nix

8 lines
110 B
Nix

{
services.gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
enableSshSupport = true;
};
}