1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-07-25 19:04:07 +00:00
parent 3dbed0c68d
commit ff2ba19102

View file

@ -24403,18 +24403,18 @@ boolean</p>
</dd>
<dt>
<span class="term">
<a id="opt-programs.docker-cli.configPath"></a><a class="term" href="options.xhtml#opt-programs.docker-cli.configPath"><code class="option">programs.docker-cli.configPath</code>
<a id="opt-programs.docker-cli.configDir"></a><a class="term" href="options.xhtml#opt-programs.docker-cli.configDir"><code class="option">programs.docker-cli.configDir</code>
</a>
</span>
</dt>
<dd>
<p>Relative path to the users home directory where the Docker CLI settings should be stored.</p>
<p>Folder relative to the users home directory where the Docker CLI settings should be stored.</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;.docker/config.json&quot;</code></p>
<code class="literal">&quot;.docker&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
@ -24441,16 +24441,15 @@ JSON value</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">&#x27;&#x27;
{
&quot;proxies&quot; = {
&quot;default&quot; = {
&quot;httpProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
&quot;httpsProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
&quot;noProxy&quot; = &quot;localhost&quot;;
};
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;proxies&quot; = {
&quot;default&quot; = {
&quot;httpProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
&quot;httpsProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
&quot;noProxy&quot; = &quot;localhost&quot;;
};
&#x27;&#x27;
};
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
@ -75021,12 +75020,11 @@ YAML 1.1 value</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">&#x27;&#x27;
{
httpProxy = &quot;http://proxy.example.org:3128&quot;;
httpsProxy = &quot;http://proxy.example.org:3128&quot;;
}
&#x27;&#x27;
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
httpProxy = &quot;http://proxy.example.org:3128&quot;;
httpsProxy = &quot;http://proxy.example.org:3128&quot;;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>