NixFiles/systems/tau/gpg.nix

10 lines
131 B
Nix
Raw Normal View History

2023-05-13 21:48:48 +01:00
{ config, ... }:
{
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gtk2";
};
}