From 5f88e8e15b5cc176cc7e7551b3bb4d95ab0836dc Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 15 Aug 2023 09:14:34 +0100 Subject: [PATCH] Ensure pinentry for London works --- krops/london/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krops/london/configuration.nix b/krops/london/configuration.nix index 0d565ef..77c7305 100644 --- a/krops/london/configuration.nix +++ b/krops/london/configuration.nix @@ -191,7 +191,7 @@ in }; gnupg.agent = { enable = true; - pinentryFlavor = "qt"; + pinentryFlavor = "gnome3"; enableSSHSupport = false; }; };