From 23f39ffe6f9504f261f2b832bcc7885040e8695a Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 17 Mar 2026 19:50:16 -0500 Subject: [PATCH] hm --- modules/home/gpg/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/home/gpg/default.nix b/modules/home/gpg/default.nix index 8e67de1..1e53e59 100644 --- a/modules/home/gpg/default.nix +++ b/modules/home/gpg/default.nix @@ -3,14 +3,7 @@ programs = { gpg = { 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 = { disable-ccid = true; pcsc-shared = true;