darwin/community-builder: add user mrcjkb

This commit is contained in:
Marc Jakobi 2024-10-17 11:05:32 +02:00 committed by zowoq
parent 2cd563aba2
commit b1f86216c7
2 changed files with 9 additions and 0 deletions
modules/darwin/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmLQ/US0VTPIsLixBFZmS61QN3RYh6TfC5hqgP5CLim marc@jakobi.dev

View file

@ -331,6 +331,14 @@ let
shell = pkgs.fish;
keys = ./keys/perchun;
}
{
# lib.maintainers.mrcjkb, https://github.com/mrcjkb
name = "mrcjkb";
trusted = true;
uid = 553;
shell = pkgs.nushell;
keys = ./keys/mrcjkb;
}
];
in
{