mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
ssh-agent: add maintainer bmrips
This commit is contained in:
parent
bf450a0844
commit
ec369a58f9
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.hm.maintainers.lheckemann ];
|
||||
meta.maintainers = [
|
||||
lib.maintainers.bmrips
|
||||
lib.hm.maintainers.lheckemann
|
||||
];
|
||||
|
||||
options = {
|
||||
services.ssh-agent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue