ssh-tpm-agent: add maintainer bmrips
This commit is contained in:
parent
ec369a58f9
commit
af03309c12
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue