pinentry fun

This commit is contained in:
Greg Burd 2023-09-20 10:49:39 -04:00
parent eb5af2d0bf
commit 528e9ec7dc
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46

View file

@ -25,5 +25,11 @@
pinentry-curses
];
};
services.gpg-agent.enable = true;
services.dbus.packages = [ pkgs.gcr ];
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
enableSSHSupport = true;
};
}