1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 19:49:45 +01:00
This commit is contained in:
rycee 2023-05-13 15:22:40 +00:00
parent 27091843bc
commit cb541c65ec

View file

@ -5726,6 +5726,8 @@ for supported values.</p><p><span class="emphasis"><em>Type:</em></span> YAML va
&lt;home-manager/modules/programs/sqls.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.ssh.enable"></a><a class="term" href="options.html#opt-programs.ssh.enable"><code class="option">programs.ssh.enable</code></a></span></dt><dd><p>Whether to enable SSH client configuration.</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/programs/ssh.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/ssh.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.ssh.package"></a><a class="term" href="options.html#opt-programs.ssh.package"><code class="option">programs.ssh.package</code></a></span></dt><dd><p>The openssh 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.openssh</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/programs/ssh.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/ssh.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.ssh.compression"></a><a class="term" href="options.html#opt-programs.ssh.compression"><code class="option">programs.ssh.compression</code></a></span></dt><dd><p>Specifies whether to use compression.</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>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/programs/ssh.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/ssh.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.ssh.controlMaster"></a><a class="term" href="options.html#opt-programs.ssh.controlMaster"><code class="option">programs.ssh.controlMaster</code></a></span></dt><dd><p>Configure sharing of multiple sessions over a single network connection.</p><p><span class="emphasis"><em>Type:</em></span> one of "yes", "no", "ask", "auto", "autoask"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"no"</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/programs/ssh.nix#blob-path" target="_top">