From 9133c3402dc7e597b8f13fe918c0528ef2ca00d9 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sat, 23 Dec 2023 08:16:47 -0600 Subject: [PATCH] pinentry still isn't working... --- hosts/NixDawn/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index 7bd4e82..ed7f09e 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -40,7 +40,7 @@ in gnupg.agent = { enable = true; - pinentryFlavor = "curses"; + pinentryFlavor = "gtk2"; enableSSHSupport = true; }; };