1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 17:11:03 +01:00
This commit is contained in:
teto 2024-12-09 14:33:09 +00:00
parent fb8dc4f441
commit d38867df82

View file

@ -4328,6 +4328,8 @@ attribute set of (string or signed integer or boolean or list of string)</p>
<code class="literal">{ }</code></p> <code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
TLSType = &quot;IMAP&quot;;
TLSVersions = [ &quot;+1.3&quot; &quot;+1.2&quot; &quot;-1.1&quot; ];
PipelineDepth = 10; PipelineDepth = 10;
Timeout = 60; Timeout = 60;
}; };