darwin/community-builder: add heitor user
This commit is contained in:
parent
b2ff78ca2e
commit
339999f910
2 changed files with 9 additions and 0 deletions
1
modules/darwin/community-builder/keys/heitor
Normal file
1
modules/darwin/community-builder/keys/heitor
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAKlrVgvCNErqFyLQqSbg4vUcjYJmotoTgsXN+dHPCzG
|
|
@ -419,6 +419,14 @@ let
|
|||
uid = 565;
|
||||
keys = ./keys/jfly;
|
||||
}
|
||||
{
|
||||
# lib.maintainers.HeitorAugustoLN, https://github.com/HeitorAugustoLN
|
||||
name = "heitor";
|
||||
trusted = true;
|
||||
uid = 566;
|
||||
shell = pkgs.fish;
|
||||
keys = ./keys/heitor;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue