Add doronbehar to trusted maintainers of both builders

This commit is contained in:
Doron Behar 2024-09-09 13:52:15 +03:00 committed by zowoq
parent d2d23751c9
commit e2589de518
4 changed files with 15 additions and 0 deletions
modules
darwin/community-builder
nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDjdN8WI7Dm8ZPLG74BuWTsoHU1pY7q8HTj19todCYS doron@ZENIX

View file

@ -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
{

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINYNlcJSFkzYOUsQmttNrC6716O5SGQ3iY/63hcYnttp doron@ZENIX

View file

@ -168,6 +168,12 @@ let
trusted = true;
keys = ./keys/emily;
};
doronbehar = {
# lib.maintainers.doronbehar, https://github.com/doronbehar
trusted = true;
keys = ./keys/doronbehar;
};
};
ifAttr =