1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 00:51: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> </dd>
<dt> <dt>
<span class="term"> <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> </a>
</span> </span>
</dt> </dt>
<dd> <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> <p><span class="emphasis"><em>Type:</em></span>
string</p> string</p>
<p><span class="emphasis"><em>Default:</em></span> <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> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
@ -24441,8 +24441,7 @@ JSON value</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p> <code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27; <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
{
&quot;proxies&quot; = { &quot;proxies&quot; = {
&quot;default&quot; = { &quot;default&quot; = {
&quot;httpProxy&quot; = &quot;http://proxy.example.org:3128&quot;; &quot;httpProxy&quot; = &quot;http://proxy.example.org:3128&quot;;
@ -24450,7 +24449,7 @@ JSON value</p>
&quot;noProxy&quot; = &quot;localhost&quot;; &quot;noProxy&quot; = &quot;localhost&quot;;
}; };
}; };
&#x27;&#x27;
</code></pre> </code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <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> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p> <code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27; <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
{
httpProxy = &quot;http://proxy.example.org:3128&quot;; httpProxy = &quot;http://proxy.example.org:3128&quot;;
httpsProxy = &quot;http://proxy.example.org:3128&quot;; httpsProxy = &quot;http://proxy.example.org:3128&quot;;
} }
&#x27;&#x27;
</code></pre> </code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>