modules/community-builder: add hexa
This commit is contained in:
parent
b90a577268
commit
17144d5ea6
2 changed files with 7 additions and 0 deletions
1
modules/nixos/community-builder/keys/hexa
Normal file
1
modules/nixos/community-builder/keys/hexa
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ1XHQjbx7MqtA0ty40Sltn1YeQGV02zCeZcSi70PQ4e hexa@gaia
|
|
@ -205,6 +205,12 @@ let
|
||||||
trusted = true;
|
trusted = true;
|
||||||
keys = ./keys/enzime;
|
keys = ./keys/enzime;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.hexa, https://github.com/mweinelt
|
||||||
|
name = "hexa";
|
||||||
|
trusted = true;
|
||||||
|
keys = ./keys/hexa;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue