diff --git a/options.html b/options.html index ea5a6cae..2a4d0132 100644 --- a/options.html +++ b/options.html @@ -2924,15 +2924,19 @@ See

Type: null or one of "unknown", 1, "never", 2, "marginal", 3, "full", 4, "ultimate", 5

Default: null

Declared by:

<home-manager/modules/programs/gpg.nix>
programs.gpg.scdaemonSettings

SCdaemon configuration options. Available options are described -in the gpg scdaemon manpage: -https://www.gnupg.org/documentation/manuals/gnupg/Scdaemon-Options.html.

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

Example:

{
+in
+
+  scdaemon(1)
+.

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

Example:

{
   disable-ccid = true;
 }
 

Declared by:

<home-manager/modules/programs/gpg.nix>
programs.gpg.settings

GnuPG configuration options. Available options are described -in the gpg manpage: -https://gnupg.org/documentation/manpage.html. +in + + gpg(1) +.

Note that lists are converted to duplicate keys.

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

Example:

{
   no-comments = false;