aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/configuration/workstation/gpg/default.nix
blob: cb7d0eb4d91412fd2a4839ed10cb2b1c5f417569 (plain)
1
2
3
4
5
6
7
8
{ config, ... }:

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