This commit is contained in:
ncfavier 2023-02-26 08:31:46 +00:00
parent 5ea274aeb6
commit 30301c96d1

View file

@ -2924,15 +2924,19 @@ See <a class="link" href="https://www.gnupg.org/gph/en/manual/x334.html" target=
for more.</p><p><span class="emphasis"><em>Type:</em></span> null or one of "unknown", 1, "never", 2, "marginal", 3, "full", 4, "ultimate", 5</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">null</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/gpg.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/gpg.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.gpg.scdaemonSettings"></a><a class="term" href="options.html#opt-programs.gpg.scdaemonSettings"><code class="option">programs.gpg.scdaemonSettings</code></a></span></dt><dd><p>SCdaemon configuration options. Available options are described
in the gpg scdaemon manpage:
<a class="link" href="https://www.gnupg.org/documentation/manuals/gnupg/Scdaemon-Options.html" target="_top">https://www.gnupg.org/documentation/manuals/gnupg/Scdaemon-Options.html</a>.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (string or boolean or list of string)</p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
in
<a class="link" href="https://www.gnupg.org/documentation/manuals/gnupg/Scdaemon-Options.html" target="_top">
<span class="citerefentry"><span class="refentrytitle">scdaemon</span>(1)</span>
</a>.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (string or boolean or list of string)</p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
disable-ccid = true;
}
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/gpg.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/gpg.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.gpg.settings"></a><a class="term" href="options.html#opt-programs.gpg.settings"><code class="option">programs.gpg.settings</code></a></span></dt><dd><p>GnuPG configuration options. Available options are described
in the gpg manpage:
<a class="link" href="https://gnupg.org/documentation/manpage.html" target="_top">https://gnupg.org/documentation/manpage.html</a>.
in
<a class="link" href="https://gnupg.org/documentation/manpage.html" target="_top">
<span class="citerefentry"><span class="refentrytitle">gpg</span>(1)</span>
</a>.
</p><p>
Note that lists are converted to duplicate keys.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (string or boolean or list of string)</p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
no-comments = false;