summaryrefslogtreecommitdiff
path: root/programs/gnupg.nix
blob: bf4dc5a95083f48fed3960d5562f52c360b1af02 (plain)
1
2
3
4
5
6
7
{ config, ...}:
{
  programs.gnupg.agent = {
    enable = true;
    enableSSHSupport = true;
  };
}