diff --git a/options.xhtml b/options.xhtml index 3a2aca9bf..ad0f627b4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -39261,6 +39261,75 @@ package

Example: pkgs.gnupg23

+

Declared by:

+ + +
+ +<home-manager/modules/programs/gpg.nix> + +
+ +
+ + programs.gpg.dirmngrSettings + + +
+
+

Dirmngr configuration options. Available options are described +in + +dirmngr(1) +

+ +

Type: +attribute set of (string or boolean or list of string)

+ +

Default: +{ }

+ +

Example:

{
+  allow-version-check = true;
+  keyserver = "ldaps://ldap.example.com";
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/gpg.nix> + +
+
+
+ + programs.gpg.gpgsmSettings + + +
+
+

GPGSM configuration options. Available options are described +in + +gpgsm(1) +

+ +

Type: +attribute set of (string or boolean or list of string)

+ +

Default: +{ }

+ +

Example:

{
+  with-key-data = true;
+}
+
+
+

Declared by:

@@ -39471,6 +39540,9 @@ in

Type: attribute set of (string or boolean or list of string)

+

Default: +{ }

+

Example:

{
   disable-ccid = true;
 }