From 30e2e9f66ec3903dec5854b9b635bb4607ce8759 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 8 Jan 2026 18:11:48 +0000 Subject: [PATCH] deploy: 47db0fde35d2dd3892fb7ef95012ddca143bd399 --- options.xhtml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/options.xhtml b/options.xhtml index a6ca5915e..a434c3483 100644 --- a/options.xhtml +++ b/options.xhtml @@ -112746,6 +112746,33 @@ null or (positive integer, meaning >0)

Example: 3600

+

Declared by:

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

Specify a list of approved path patterns for PKCS#11 and FIDO authenticator middleware libraries. When using the -s or -S options with ssh-add(1), only libraries matching these patterns will be accepted.

See ssh-agent(1).

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example: +[ "${pkgs.tpm2-pkcs11}/lib/*" ]

+

Declared by: