modules/community-builder: add aciceri

This commit is contained in:
Andrea Ciceri 2025-02-26 15:12:20 +01:00 committed by adisbladis
parent bfdd3810e4
commit 2700c559ca
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIm9Sl/I+5G4g4f6iE4oCUJteP58v+wMIew9ZuLB+Gea

View file

@ -406,6 +406,13 @@ let
uid = 563;
keys = ./keys/hadilq;
}
{
# lib.maintainers.aciceri, https://github.com/aciceri
name = "aciceri";
trusted = true;
uid = 564;
keys = ./keys/aciceri;
}
];
in
{

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIm9Sl/I+5G4g4f6iE4oCUJteP58v+wMIew9ZuLB+Gea

View file

@ -9,6 +9,11 @@ let
trusted = true;
keys = ./keys/0x4A6F;
}
{
name = "aciceri";
trusted = true;
keys = ./keys/aciceri;
}
{
name = "afh";
trusted = true;