diff --git a/options.html b/options.html
index ea5a6cae2..2a4d01328 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: Declared by:null
<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;