nixos/community-builder: add getpsyched

Signed-off-by: GetPsyched <priyanshu@getpsyched.dev>
This commit is contained in:
GetPsyched 2025-02-13 12:10:29 +07:00 committed by adisbladis
parent 34840cbd3c
commit a6e8e0f7c7
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINWRWNijAXQx8sfBWCjqaSb79TPBoDD72YVIFnghP3+d

View file

@ -292,6 +292,11 @@ let
trusted = true;
keys = ./keys/sinrohit;
}
{
name = "getpsyched";
trusted = true;
keys = ./keys/getpsyched;
}
];
in
{