NixFiles/systems/pogmachine/gpg.nix
2023-04-09 12:56:40 +01:00

10 lines
131 B
Nix

{ config, ... }:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gtk2";
};
}