modules/darwin/community-builder: add user artemist

This commit is contained in:
Artemis Tosini 2024-11-22 07:03:29 +00:00 committed by zowoq
parent c229a2a776
commit ce7d50b1f3
2 changed files with 9 additions and 0 deletions
modules/darwin/community-builder

View file

@ -0,0 +1,2 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBrdShZYGfNX+FHqdPExdrrsB0BloK4ZG1BFD8ulNU5T artemis@starlight
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHBdwDqOKO6TlvgdvrsRHWuG5S9PLLXDGGM2DjWhknEJ artemis@rainbowdash

View file

@ -353,6 +353,13 @@ let
uid = 555;
keys = ./keys/enzime;
}
{
# lib.maintainers.artemist, https://github.com/artemist
name = "artemist";
trusted = true;
uid = 556;
keys = ./keys/artemist;
}
];
in
{