modules/community-builder: add Enzime
This commit is contained in:
parent
7ccb0ce723
commit
1f975577b0
4 changed files with 15 additions and 0 deletions
1
modules/darwin/community-builder/keys/enzime
Normal file
1
modules/darwin/community-builder/keys/enzime
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKZfejb9htpSB5K9p0RuEowErkba2BMKaze93ZVkQIE
|
|
@ -346,6 +346,13 @@ let
|
||||||
uid = 554;
|
uid = 554;
|
||||||
keys = ./keys/fpletz;
|
keys = ./keys/fpletz;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.Enzime, https://github.com/Enzime
|
||||||
|
name = "enzime";
|
||||||
|
trusted = true;
|
||||||
|
uid = 555;
|
||||||
|
keys = ./keys/enzime;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
1
modules/nixos/community-builder/keys/enzime
Normal file
1
modules/nixos/community-builder/keys/enzime
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKZfejb9htpSB5K9p0RuEowErkba2BMKaze93ZVkQIE
|
|
@ -194,6 +194,12 @@ let
|
||||||
trusted = true;
|
trusted = true;
|
||||||
keys = ./keys/fpletz;
|
keys = ./keys/fpletz;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.Enzime, https://github.com/Enzime
|
||||||
|
name = "enzime";
|
||||||
|
trusted = true;
|
||||||
|
keys = ./keys/enzime;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue