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: