Files
nix-config/home-manager/features/cli/gpg.nix
2024-04-21 10:26:40 +02:00

8 lines
110 B
Nix

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