diff --git a/options.xhtml b/options.xhtml index 9da6e0c80..a262176a3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -98615,6 +98615,81 @@ boolean

+
+ + services.ssh-tpm-agent.enable + + +
+
+

Whether to enable SSH agent for TPMs.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The ssh-tpm-agent package to use.

+ +

Type: +package

+ +

Default: +pkgs.ssh-tpm-agent

+ +

Declared by:

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

Path of the directory to look for TPM sealed keys in, defaults to $HOME/.ssh if unset

+ +

Type: +null or absolute path

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/ssh-tpm-agent.nix> + +
+
services.stalonetray.enable