modules/darwin/community-builder: add user artemist
This commit is contained in:
parent
c229a2a776
commit
ce7d50b1f3
2 changed files with 9 additions and 0 deletions
2
modules/darwin/community-builder/keys/artemist
Normal file
2
modules/darwin/community-builder/keys/artemist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBrdShZYGfNX+FHqdPExdrrsB0BloK4ZG1BFD8ulNU5T artemis@starlight
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHBdwDqOKO6TlvgdvrsRHWuG5S9PLLXDGGM2DjWhknEJ artemis@rainbowdash
|
|
@ -353,6 +353,13 @@ let
|
||||||
uid = 555;
|
uid = 555;
|
||||||
keys = ./keys/enzime;
|
keys = ./keys/enzime;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.artemist, https://github.com/artemist
|
||||||
|
name = "artemist";
|
||||||
|
trusted = true;
|
||||||
|
uid = 556;
|
||||||
|
keys = ./keys/artemist;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue