This commit is contained in:
rycee 2024-04-19 15:17:20 +00:00
parent 9cf405d467
commit 4e88c31683
1 changed files with 131 additions and 0 deletions

View File

@ -65804,6 +65804,137 @@ boolean</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.remmina.enable"></a><a class="term" href="options.xhtml#opt-services.remmina.enable"><code class="option">services.remmina.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Remmina.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/remmina.nix" target="_top">
&lt;home-manager/modules/services/remmina.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.remmina.package"></a><a class="term" href="options.xhtml#opt-services.remmina.package"><code class="option">services.remmina.package</code>
</a>
</span>
</dt>
<dd>
<p>The remmina package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.remmina</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/remmina.nix" target="_top">
&lt;home-manager/modules/services/remmina.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.remmina.addRdpMimeTypeAssoc"></a><a class="term" href="options.xhtml#opt-services.remmina.addRdpMimeTypeAssoc"><code class="option">services.remmina.addRdpMimeTypeAssoc</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Remmina RDP file open option.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/remmina.nix" target="_top">
&lt;home-manager/modules/services/remmina.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.remmina.systemdService.enable"></a><a class="term" href="options.xhtml#opt-services.remmina.systemdService.enable"><code class="option">services.remmina.systemdService.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable systemd Remmina service.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/remmina.nix" target="_top">
&lt;home-manager/modules/services/remmina.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.remmina.systemdService.startupFlags"></a><a class="term" href="options.xhtml#opt-services.remmina.systemdService.startupFlags"><code class="option">services.remmina.systemdService.startupFlags</code>
</a>
</span>
</dt>
<dd>
<p>Startup flags documented in the manpage to run at service startup.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</p>
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
&quot;--icon&quot;
]
</code></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/remmina.nix" target="_top">
&lt;home-manager/modules/services/remmina.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.rsibreak.enable"></a><a class="term" href="options.xhtml#opt-services.rsibreak.enable"><code class="option">services.rsibreak.enable</code>