From 245a9399f31f40a5edcedf3144713000e4bce34c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 27 Oct 2021 23:50:06 -0400 Subject: [PATCH] users/profiles/gpg: fix pinentryFlavor --- users/profiles/gpg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/gpg.nix b/users/profiles/gpg.nix index e752159..1831c04 100644 --- a/users/profiles/gpg.nix +++ b/users/profiles/gpg.nix @@ -7,6 +7,6 @@ services.gpg-agent = { enable = true; enableSshSupport = true; - pinentryFlavor = "gnome3"; + pinentryFlavor = "gnome"; }; }