commit 4c5353668418dc88f142733a0b06101f9aeedb22
parent c4323c4d168cdab750034e6a251aab23c7cd583c
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:27:15 +0100
parent c4323c4d168cdab750034e6a251aab23c7cd583c
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:27:15 +0100
configurations/yubikey: disable ccid in gpg's scdaemon
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/configurations/yubikey.nix b/configurations/yubikey.nix @@ -20,9 +20,14 @@ programs = { gpg = { enable = true; + settings = { keyserver = "hkps://keyserver.ubuntu.com:443"; }; + + scdaemonSettings = { + disable-ccid = true; + }; }; git = {