nixfiles/darwin/base/gpg.nix

6 lines
101 B
Nix

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