rice/hosts/alice/gpg.nix
buffet 889ffe6889
Some checks failed
/ check (pull_request) Has been cancelled
chore: rename options to fix 24.05 things
2024-06-17 10:48:47 +02:00

7 lines
141 B
Nix

{pkgs, ...}: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-gnome3;
};
}