flocon/config/nixos/services/gnupg.nix

6 lines
84 B
Nix

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