From dba07a05b8fbed1eaec74cef7fa44694e02834cb Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Thu, 18 Aug 2022 12:21:30 +0200 Subject: [PATCH] fix --- hm-imports/cli.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hm-imports/cli.nix b/hm-imports/cli.nix index 489e06ca..ce3f8cdd 100644 --- a/hm-imports/cli.nix +++ b/hm-imports/cli.nix @@ -48,13 +48,11 @@ programs = { gpg = { enable = true; - scdaemonSettings = { - reader-port = "Yubico YubiKey OTP+FIDO+CCID"; - }; settings = { cert-digest-algo = "SHA512"; charset = "utf-8"; default-preference-list = "SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed"; + auto-key-retrieve = true; fixed-list-mode = true; keyserver = "hkps://keyserver.ubuntu.com:443"; list-options = [ "show-uid-validity" "show-unusable-subkeys" ];