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:
parent
61dc04867f
commit
0232ef25b7
2 changed files with 7 additions and 0 deletions
1
modules/nixos/community-builder/keys/booxter
Normal file
1
modules/nixos/community-builder/keys/booxter
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA0W1oVd2GMoSwXHVQMb6v4e3rIMVe9/pr/PcsHg+Uz3 ihrachys@ihrachys-macpro
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue