configuration.nix/home/services/gpg-agent.nix

9 lines
170 B
Nix

{ ... }: {
gpg-agent = {
enable = true;
enableExtraSocket = true;
enableScDaemon = true;
enableSshSupport = true;
pinentryFlavor = "gnome3";
};
}