about summary refs log tree commit diff
path: root/nixos/modules/programs/gnupg.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2018-10-27 16:03:13 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-16 20:31:16 -0400
commit3d832dee59ed0338db4afb83b4c481a062163771 (patch)
tree804a43fe762e94bc3c6e421e1fee9816f2d907fc /nixos/modules/programs/gnupg.nix
parentc2576266baaf02be2d4da39cf25ed48044b6245e (diff)
downloadnixlib-3d832dee59ed0338db4afb83b4c481a062163771.tar
nixlib-3d832dee59ed0338db4afb83b4c481a062163771.tar.gz
nixlib-3d832dee59ed0338db4afb83b4c481a062163771.tar.bz2
nixlib-3d832dee59ed0338db4afb83b4c481a062163771.tar.lz
nixlib-3d832dee59ed0338db4afb83b4c481a062163771.tar.xz
nixlib-3d832dee59ed0338db4afb83b4c481a062163771.tar.zst
nixlib-3d832dee59ed0338db4afb83b4c481a062163771.zip
gnupg: disable gui/pinentry support by default
This solves the dependency cycle in gcr alternatively so there won't be
two gnupg store paths in a standard NixOS system which has udisks2 enabled
by default.

NixOS users are expected to use the gpg-agent user service to pull in the
appropriate pinentry flavour or install it on their systemPackages and set
it in their local gnupg agent config instead.

Co-authored-by: Florian Klink <flokli@flokli.de>
Diffstat (limited to 'nixos/modules/programs/gnupg.nix')
-rw-r--r--nixos/modules/programs/gnupg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/gnupg.nix b/nixos/modules/programs/gnupg.nix
index dd3d74c26326..4fb7c43c8b2e 100644
--- a/nixos/modules/programs/gnupg.nix
+++ b/nixos/modules/programs/gnupg.nix
@@ -76,7 +76,7 @@ in
         thus overrides the pinentry option in gpg-agent.conf in the user's
         home directory.
         If not set at all, it'll pick an appropriate flavor depending on the
-        system configuration (qt3 flavor for lxqt and plasma5, gtk2 for xfce
+        system configuration (qt flavor for lxqt and plasma5, gtk2 for xfce
         4.12, gnome3 on all other systems with X enabled, ncurses otherwise).
       '';
     };