1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-07-18 00:32:06 +00:00
parent 5e29d7e317
commit 3f53295f1f

View file

@ -98615,6 +98615,81 @@ boolean</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.ssh-tpm-agent.enable"></a><a class="term" href="options.xhtml#opt-services.ssh-tpm-agent.enable"><code class="option">services.ssh-tpm-agent.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable SSH agent for TPMs.</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/ssh-tpm-agent.nix" target="_top">
&lt;home-manager/modules/services/ssh-tpm-agent.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.ssh-tpm-agent.package"></a><a class="term" href="options.xhtml#opt-services.ssh-tpm-agent.package"><code class="option">services.ssh-tpm-agent.package</code>
</a>
</span>
</dt>
<dd>
<p>The ssh-tpm-agent 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.ssh-tpm-agent</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/ssh-tpm-agent.nix" target="_top">
&lt;home-manager/modules/services/ssh-tpm-agent.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.ssh-tpm-agent.keyDir"></a><a class="term" href="options.xhtml#opt-services.ssh-tpm-agent.keyDir"><code class="option">services.ssh-tpm-agent.keyDir</code>
</a>
</span>
</dt>
<dd>
<p>Path of the directory to look for TPM sealed keys in, defaults to $HOME/.ssh if unset</p>
<p><span class="emphasis"><em>Type:</em></span>
null or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</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/ssh-tpm-agent.nix" target="_top">
&lt;home-manager/modules/services/ssh-tpm-agent.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.stalonetray.enable"></a><a class="term" href="options.xhtml#opt-services.stalonetray.enable"><code class="option">services.stalonetray.enable</code>