nixos/community-builder: add user mrcjkb
This commit is contained in:
parent
365695483d
commit
e3ff3476aa
2 changed files with 8 additions and 0 deletions
1
modules/nixos/community-builder/keys/mrcjkb
Normal file
1
modules/nixos/community-builder/keys/mrcjkb
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmLQ/US0VTPIsLixBFZmS61QN3RYh6TfC5hqgP5CLim marc@jakobi.dev
|
|
@ -99,6 +99,13 @@ let
|
|||
keys = ./keys/linj;
|
||||
};
|
||||
|
||||
mrcjkb = {
|
||||
# lib.maintainers.mrcjkb https://github.com/mrcjkb
|
||||
trusted = true;
|
||||
shell = pkgs.nushell;
|
||||
keys = ./keys/mrcjkb;
|
||||
};
|
||||
|
||||
nicoo = {
|
||||
# lib.maintainers.nicoo, @nbraud on github.com
|
||||
trusted = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue