darwin/community-builder: add user mrcjkb
This commit is contained in:
parent
2cd563aba2
commit
b1f86216c7
2 changed files with 9 additions and 0 deletions
1
modules/darwin/community-builder/keys/mrcjkb
Normal file
1
modules/darwin/community-builder/keys/mrcjkb
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmLQ/US0VTPIsLixBFZmS61QN3RYh6TfC5hqgP5CLim marc@jakobi.dev
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue