Add doronbehar to trusted maintainers of both builders
This commit is contained in:
parent
d2d23751c9
commit
e2589de518
4 changed files with 15 additions and 0 deletions
modules
1
modules/darwin/community-builder/keys/doronbehar
Normal file
1
modules/darwin/community-builder/keys/doronbehar
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDjdN8WI7Dm8ZPLG74BuWTsoHU1pY7q8HTj19todCYS doron@ZENIX
|
|
@ -298,6 +298,13 @@ let
|
|||
uid = 548;
|
||||
keys = ./keys/pbsds;
|
||||
}
|
||||
{
|
||||
# lib.maintainers.doronbehar, https://github.com/doronbehar
|
||||
name = "doronbehar";
|
||||
trusted = true;
|
||||
uid = 549;
|
||||
keys = ./keys/doronbehar;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
1
modules/nixos/community-builder/keys/doronbehar
Normal file
1
modules/nixos/community-builder/keys/doronbehar
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINYNlcJSFkzYOUsQmttNrC6716O5SGQ3iY/63hcYnttp doron@ZENIX
|
|
@ -168,6 +168,12 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/emily;
|
||||
};
|
||||
|
||||
doronbehar = {
|
||||
# lib.maintainers.doronbehar, https://github.com/doronbehar
|
||||
trusted = true;
|
||||
keys = ./keys/doronbehar;
|
||||
};
|
||||
};
|
||||
|
||||
ifAttr =
|
||||
|
|
Loading…
Add table
Reference in a new issue