gpg
This commit is contained in:
@@ -3,6 +3,14 @@
|
|||||||
programs = {
|
programs = {
|
||||||
gpg = {
|
gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
# Disable keyboxd (GPG 2.4+ default). keyboxd uses a SQLite-backed
|
||||||
|
# database that gets corrupted easily and is not compatible with the
|
||||||
|
# classic pubring.kbx format used by gpg-agent. Use the legacy keybox
|
||||||
|
# format instead, which is stable and works with home-manager's
|
||||||
|
# publicKeys import mechanism.
|
||||||
|
no-use-keyboxd = true;
|
||||||
|
};
|
||||||
scdaemonSettings = {
|
scdaemonSettings = {
|
||||||
disable-ccid = true;
|
disable-ccid = true;
|
||||||
pcsc-shared = true;
|
pcsc-shared = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user