mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
deploy: 3c18113bd7
This commit is contained in:
parent
b8313202e6
commit
ab8ba60c46
1 changed files with 4 additions and 0 deletions
|
@ -7763,6 +7763,10 @@ playlists etc.</p><p><span class="emphasis"><em>Type:</em></span> path</p><p><sp
|
||||||
<code class="literal">null</code> the parameter is omitted from the
|
<code class="literal">null</code> the parameter is omitted from the
|
||||||
configuration.</p><p><span class="emphasis"><em>Type:</em></span> null or string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"\${dataDir}/tag_cache"</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/services/mpd.nix#blob-path" target="_top">
|
configuration.</p><p><span class="emphasis"><em>Type:</em></span> null or string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"\${dataDir}/tag_cache"</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/services/mpd.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/services/mpd.nix>
|
<home-manager/modules/services/mpd.nix>
|
||||||
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.mpd.extraArgs"></a><a class="term" href="options.html#opt-services.mpd.extraArgs"><code class="option">services.mpd.extraArgs</code></a></span></dt><dd><p>Extra command-line arguments to pass to MPD.</p><p><span class="emphasis"><em>Type:</em></span> 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 class="programlisting">[
|
||||||
|
"--verbose"
|
||||||
|
]</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/services/mpd.nix#blob-path" target="_top">
|
||||||
|
<home-manager/modules/services/mpd.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.mpd.extraConfig"></a><a class="term" href="options.html#opt-services.mpd.extraConfig"><code class="option">services.mpd.extraConfig</code></a></span></dt><dd><p>Extra directives added to to the end of MPD's configuration
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.mpd.extraConfig"></a><a class="term" href="options.html#opt-services.mpd.extraConfig"><code class="option">services.mpd.extraConfig</code></a></span></dt><dd><p>Extra directives added to to the end of MPD's configuration
|
||||||
file, <code class="filename">mpd.conf</code>. Basic configuration
|
file, <code class="filename">mpd.conf</code>. Basic configuration
|
||||||
like file location and uid/gid is added automatically to the
|
like file location and uid/gid is added automatically to the
|
||||||
|
|
Loading…
Reference in a new issue