From 9e44ffc04300e0191e3c8f5a601a96e808eaf67b Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 18 May 2022 18:31:34 +0200 Subject: [PATCH] nixos/gnupg: default to a reasonable pinentry program on headless systems --- nixos/modules/programs/gnupg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/gnupg.nix b/nixos/modules/programs/gnupg.nix index b41f30287ea..7d8ab7dda96 100644 --- a/nixos/modules/programs/gnupg.nix +++ b/nixos/modules/programs/gnupg.nix @@ -17,7 +17,7 @@ let else if xserverCfg.enable || config.programs.sway.enable then "gnome3" else - null; + "curses"; in