diff --git a/options.xhtml b/options.xhtml index 0e3e5d592..de6780e9a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -38886,7 +38886,7 @@ null or (JSON value)
Example:
{
email = "name@example.com";
lock_timeout = 300;
- pinentry = "gnome3";
+ pinentry = pkgs.pinentry-gnome3;
}
@@ -39016,17 +39016,16 @@ unsigned integer, meaning >=0
pinentry-gnome3
may not work on non-Gnome
systems. You can fix it by adding the following to your
system configuration:services.dbus.packages = [ pkgs.gcr ];
-
For this reason, the default is gtk2
for
-now.
Type: -package or one of “curses”, “gtk2”, “gnome2”, “qt”, “emacs”
+null or packageDefault:
-"gtk2"
null
Example:
-"gnome3"
pkgs.pinentry-gnome3
Declared by: