configuration.nix/hosts/skipper/programs/gnupg.nix

8 lines
152 B
Nix

{...}: {
programs.gnupg.agent = {
enable = true;
enableExtraSocket = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
};
}