From 53dabc4cfca62f2761b632b833578f0d9fc3607d Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Fri, 15 Mar 2024 10:33:13 +0200 Subject: [PATCH] At least temporarily remove the pinentry flavor The nix packages are in a transition phase from moving from pinentryFlavor to pinentryPackage. And it seems like the new version is not available in a moment before. --- modules/yubikey/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yubikey/default.nix b/modules/yubikey/default.nix index 00082c1..d92e6ef 100644 --- a/modules/yubikey/default.nix +++ b/modules/yubikey/default.nix @@ -36,7 +36,7 @@ in # # A hacky fix is to use home-manager to write the pinentry path to the # ~/.gnupg/gpg-agent.conf - pinentryFlavor = "gnome3"; + # pinentryFlavor = "gnome3"; enable = true; enableSSHSupport = true;