From da3222bddf09d9212debb5ed131660cde7ecc3e1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 12 Jun 2024 05:54:54 -0500 Subject: [PATCH] feat(nix/hm/price): allow age usage to yubikey at same time as gpg --- users/price/conf/gpg/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/price/conf/gpg/default.nix b/users/price/conf/gpg/default.nix index 17f76b07..605ba07a 100644 --- a/users/price/conf/gpg/default.nix +++ b/users/price/conf/gpg/default.nix @@ -3,6 +3,10 @@ programs.gpg = { homedir = "${config.xdg.dataHome}/gnupg"; enable = true; + scdaemonSettings = { + pcsc-shared = true; + disable-ccid = true; + }; mutableKeys = false; mutableTrust = false; publicKeys = [