From 3f53295f1f51ee0c962aebff27e0ca8b2d88b60a Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 18 Jul 2025 00:32:06 +0000 Subject: [PATCH] deploy: dcfd70f80fe6d872c2dc58fe3be384a681e56fea --- options.xhtml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) 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