news: add 'services.ssh-agent.pkcs11Whitelist' entry

This commit is contained in:
Benedikt Rips 2026-01-10 00:18:52 +01:00 committed by Austin Horstman
parent 0e4217b2c4
commit 7c5d9345ad

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
time = "2026-01-09T23:16:48+00:00";
condition = config.services.ssh-agent.enable;
message = ''
There is a new 'services.ssh-agent.pkcs11Whitelist' option to whitelist
PKCS#11 and FIDO authenticators.
'';
}