dot_testing/modules/gnupg.nix
2024-06-12 12:14:31 -05:00

9 lines
112 B
Nix

{ lib, config, pkgs, ...}:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}