users: add booxter
Requesting access to darwin community-builders for now since I'd like to reproduce a failure in llama-cpp-python that I can't otherwise reproduce on my own darwin machine.
This commit is contained in:
parent
68e63dba62
commit
93a0cf25cb
2 changed files with 8 additions and 0 deletions
1
modules/darwin/community-builder/keys/booxter
Normal file
1
modules/darwin/community-builder/keys/booxter
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA0W1oVd2GMoSwXHVQMb6v4e3rIMVe9/pr/PcsHg+Uz3 ihrachys@ihrachys-macpro
|
|
@ -385,6 +385,13 @@ let
|
||||||
uid = 560;
|
uid = 560;
|
||||||
keys = ./keys/katexochen;
|
keys = ./keys/katexochen;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.booxter, https://github.com/booxter
|
||||||
|
name = "booxter";
|
||||||
|
trusted = true;
|
||||||
|
uid = 561;
|
||||||
|
keys = ./keys/booxter;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue