From 67719e2343f89637431e0b2bf12b05e7a25ab329 Mon Sep 17 00:00:00 2001 From: rycee Date: Thu, 14 Mar 2024 08:17:31 +0000 Subject: [PATCH] deploy: 1ab3cec3a1bbb065b2d52b913d1431366028d5b5 --- options.xhtml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 package

Default: -"gtk2"

+null

Example: -"gnome3"

+pkgs.pinentry-gnome3

Declared by:

@@ -58080,7 +58079,7 @@ null or signed integer

- services.gpg-agent.pinentryFlavor + services.gpg-agent.pinentryPackage
@@ -58095,13 +58094,13 @@ system configuration:

services.dbus.pac
 

Type: -null or one of “curses”, “gtk2”, “gnome2”, “qt”, “emacs”

+null or package

Default: null

Example: -"gnome3"

+pkgs.pinentry-gnome3

Declared by: