configuration/common/components/openpgp.system.nix
2023-05-25 23:33:01 -07:00

5 lines
107 B
Nix

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