rice/hosts/alice/gpg.nix

7 lines
115 B
Nix

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