nixos/community-builder: add booxter

I already had access to darwin builder; I now need nixos because my
machine is not capable enough to survive a firefox build anymore.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-02-10 18:57:44 -05:00
parent 61dc04867f
commit 0232ef25b7
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA0W1oVd2GMoSwXHVQMb6v4e3rIMVe9/pr/PcsHg+Uz3 ihrachys@ihrachys-macpro

View file

@ -281,6 +281,12 @@ let
trusted = true;
keys = ./keys/nilp0inter;
}
{
# lib.maintainers.booxter, https://github.com/booxter
name = "booxter";
trusted = true;
keys = ./keys/booxter;
}
];
in
{