summaryrefslogtreecommitdiff
path: root/modules/mac/programs/gnupg.nix
blob: 5785e229a2e95dcdd2b0fcbfc0be02f478d03550 (plain) (blame)
1
2
3
4
5
6
{
  programs.gnupg.agent = {
    enable = true;
    enableSSHSupport = true;
  };
}