NixOS-Config/nixos/modules/gpg.nix

7 lines
82 B
Nix
Raw Normal View History

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