diff --git a/options.xhtml b/options.xhtml index caabbfa19..9a1c7b83d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -105868,6 +105868,33 @@ package

Default: pkgs.openssh

+

Declared by:

+ + +
+ +<home-manager/modules/services/ssh-agent.nix> + +
+ +
+ + services.ssh-agent.defaultMaximumIdentityLifetime + + +
+
+

Set a default value for the maximum lifetime in seconds of identities added to the agent.

+ +

Type: +null or (positive integer, meaning >0)

+ +

Default: +null

+ +

Example: +3600

+

Declared by: