nixos/community-builder: add heitor user

This commit is contained in:
Heitor Augusto 2025-03-09 16:18:26 -03:00 committed by zowoq
parent 339999f910
commit 0f0d06ffe7
2 changed files with 8 additions and 0 deletions

View file

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

View file

@ -318,6 +318,13 @@ let
trusted = true;
keys = ./keys/getpsyched;
}
{
# lib.maintainers.HeitorAugustoLN, https://github.com/HeitorAugustoLN
name = "heitor";
trusted = true;
shell = pkgs.fish;
keys = ./keys/heitor;
}
];
in
{