1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
This commit is contained in:
khaneliman 2025-11-04 14:35:42 +00:00
parent 5c75354cb4
commit 788fcce8a2

View file

@ -62450,6 +62450,102 @@ open submodule of (YAML 1.1 value)</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.opkssh.enable"></a><a class="term" href="options.xhtml#opt-programs.opkssh.enable"><code class="option">programs.opkssh.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable enable the OpenPubkey SSH client.</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/opkssh.nix" target="_top">
&lt;home-manager/modules/programs/opkssh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.opkssh.package"></a><a class="term" href="options.xhtml#opt-programs.opkssh.package"><code class="option">programs.opkssh.package</code>
</a>
</span>
</dt>
<dd>
<p>The opkssh package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.opkssh</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/opkssh.nix" target="_top">
&lt;home-manager/modules/programs/opkssh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.opkssh.settings"></a><a class="term" href="options.xhtml#opt-programs.opkssh.settings"><code class="option">programs.opkssh.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to <code class="filename">$HOME/.opk/config.yml</code>.
See <a class="link" href="https://github.com/openpubkey/opkssh/blob/main/docs/config.md#client-config-opkconfigyml" target="_top">https://github.com/openpubkey/opkssh/blob/main/docs/config.md#client-config-opkconfigyml</a>.</p>
<p><span class="emphasis"><em>Type:</em></span>
YAML 1.1 value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
default_provider = &quot;kanidm&quot;;
providers = [
{
alias = &quot;kanidm&quot;;
issuer = &quot;https://idm.example.com/oauth2/openid/opkssh&quot;;
client_id = &quot;opkssh&quot;;
scopes = &quot;openid email profile&quot;;
redirect_uris = [
&quot;http://localhost:3000/login-callback&quot;
&quot;http://localhost:10001/login-callback&quot;
&quot;http://localhost:11110/login-callback&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/programs/opkssh.nix" target="_top">
&lt;home-manager/modules/programs/opkssh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.pandoc.enable"></a><a class="term" href="options.xhtml#opt-programs.pandoc.enable"><code class="option">programs.pandoc.enable</code>