mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
deploy: 34db2f0521
This commit is contained in:
parent
5aba144c1c
commit
106c306983
1 changed files with 3 additions and 1 deletions
|
@ -9585,9 +9585,11 @@ The options are
|
|||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.unison.pairs._name_.commandOptions"></a><a class="link" href="options.html#opt-services.unison.pairs._name_.commandOptions"><code class="option">services.unison.pairs.<name>.commandOptions</code></a></span></dt><dd><p>Additional command line options as a dictionary to pass to the
|
||||
<code class="literal">unison</code> program.
|
||||
</p><p>
|
||||
Use a list of strings to declare the same option multiple times.
|
||||
</p><p>
|
||||
See
|
||||
<span class="citerefentry"><span class="refentrytitle">unison</span>(1)</span>
|
||||
for a list of available options.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of string</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">{
|
||||
for a list of available options.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (string or list of string)</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">{
|
||||
auto = "true";
|
||||
batch = "true";
|
||||
log = "false";
|
||||
|
|
Loading…
Reference in a new issue