ssh-tpm-agent: add maintainer bmrips

This commit is contained in:
Benedikt Rips
2025-08-18 21:16:27 -05:00
committed by Austin Horstman
parent ec369a58f9
commit af03309c12
+4 -1
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";