Files
infra-nix/mod/gnupg.nix
T
2026-06-24 07:05:47 +02:00

9 lines
88 B
Nix

_:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}