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