1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 16:11:06 +01:00
This commit is contained in:
khaneliman 2025-09-25 14:27:35 +00:00
parent 4d4dafa033
commit 0aacbb38d4

View file

@ -105868,6 +105868,33 @@ 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/services/ssh-agent.nix" target="_top">
&lt;home-manager/modules/services/ssh-agent.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.ssh-agent.defaultMaximumIdentityLifetime"></a><a class="term" href="options.xhtml#opt-services.ssh-agent.defaultMaximumIdentityLifetime"><code class="option">services.ssh-agent.defaultMaximumIdentityLifetime</code>
</a>
</span>
</dt>
<dd>
<p>Set a default value for the maximum lifetime in seconds of identities added to the agent.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or (positive integer, meaning &gt;0)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">3600</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>