libkookie: gpg: init configuration

wip/yesman
Katharina Fey 3 years ago
parent 8d24b15520
commit fbd17f8ee0
  1. 8
      infra/libkookie/configuration/workstation/gpg/default.nix

@ -0,0 +1,8 @@
{ config, ... }:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}
Loading…
Cancel
Save