forked from mirrors/nixpkgs
nixos/gnupg: default to a reasonable pinentry program on headless systems
This commit is contained in:
parent
7c035dbb75
commit
9e44ffc043
|
@ -17,7 +17,7 @@ let
|
|||
else if xserverCfg.enable || config.programs.sway.enable then
|
||||
"gnome3"
|
||||
else
|
||||
null;
|
||||
"curses";
|
||||
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue