ssh-tpm-agent: add maintainer bmrips

This commit is contained in:
Benedikt Rips 2025-08-12 07:20:21 +02:00 committed by Austin Horstman
parent ec369a58f9
commit af03309c12

View file

@ -17,7 +17,10 @@ let
in
{
meta.maintainers = [ lib.maintainers.yethal ];
meta.maintainers = with lib.maintainers; [
bmrips
yethal
];
options.services.ssh-tpm-agent = {
enable = mkEnableOption "SSH agent for TPMs";