nixos/gnupg: default to a reasonable pinentry program on headless systems

This commit is contained in:
Sandro 2022-05-18 18:31:34 +02:00 committed by GitHub
parent 7c035dbb75
commit 9e44ffc043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ let
else if xserverCfg.enable || config.programs.sway.enable then
"gnome3"
else
null;
"curses";
in