darwin/community-builder: add heitor user

This commit is contained in:
Heitor Augusto 2025-03-09 16:14:49 -03:00 committed by zowoq
parent b2ff78ca2e
commit 339999f910
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAKlrVgvCNErqFyLQqSbg4vUcjYJmotoTgsXN+dHPCzG

View file

@ -419,6 +419,14 @@ let
uid = 565;
keys = ./keys/jfly;
}
{
# lib.maintainers.HeitorAugustoLN, https://github.com/HeitorAugustoLN
name = "heitor";
trusted = true;
uid = 566;
shell = pkgs.fish;
keys = ./keys/heitor;
}
];
in
{