Files
infra-nix/hosts/kepler/modules/gnupg.nix
T

9 lines
88 B
Nix

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