mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-23 02:39:40 +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
|
in
|
||||||
{
|
{
|
||||||
meta.maintainers = [ lib.hm.maintainers.lheckemann ];
|
meta.maintainers = [
|
||||||
|
lib.maintainers.bmrips
|
||||||
|
lib.hm.maintainers.lheckemann
|
||||||
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.ssh-agent = {
|
services.ssh-agent = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue