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

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