mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
deploy: 9d1c71f390
This commit is contained in:
@@ -39261,6 +39261,75 @@ package</p>
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">pkgs.gnupg23</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" target="_top">
|
||||
<home-manager/modules/programs/gpg.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.gpg.dirmngrSettings"></a><a class="term" href="options.xhtml#opt-programs.gpg.dirmngrSettings"><code class="option">programs.gpg.dirmngrSettings</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Dirmngr configuration options. Available options are described
|
||||
in
|
||||
<a class="link" href="https://www.gnupg.org/documentation/manuals/gnupg/Dirmngr-Options.html" target="_top">
|
||||
<span class="citerefentry"><span class="refentrytitle">dirmngr</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>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
allow-version-check = true;
|
||||
keyserver = "ldaps://ldap.example.com";
|
||||
}
|
||||
|
||||
</code></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" target="_top">
|
||||
<home-manager/modules/programs/gpg.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.gpg.gpgsmSettings"></a><a class="term" href="options.xhtml#opt-programs.gpg.gpgsmSettings"><code class="option">programs.gpg.gpgsmSettings</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>GPGSM configuration options. Available options are described
|
||||
in
|
||||
<a class="link" href="https://www.gnupg.org/documentation/manuals/gnupg/GPGSM-Options.html" target="_top">
|
||||
<span class="citerefentry"><span class="refentrytitle">gpgsm</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>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
with-key-data = true;
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
@@ -39471,6 +39540,9 @@ in
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (string or boolean or list of string)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
disable-ccid = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user