nixfiles/darwin/common/gpg.nix

6 lines
87 B
Nix

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