Add raboof

mainly for one-off tests, such as seeing if I can further reproduce
https://github.com/python/cpython/issues/124924
This commit is contained in:
Arnout Engelen 2024-10-13 16:19:23 +02:00 committed by zowoq
parent a6b33d0719
commit b38af78b7d
2 changed files with 7 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMpM+jZrz5f2imQD71+pPmvDM5aGSyz/5VJH61g4Q9SF raboofje@bzzt.net

View file

@ -120,6 +120,12 @@ let
keys = ./keys/pinpox;
};
raboof = {
# lib.maintainers.raboof, https://github.com/raboof
trusted = true;
keys = ./keys/raboof;
};
schmittlauch = {
trusted = true;
keys = ./keys/schmittlauch;