modules/community-builder: add hexa

This commit is contained in:
Martin Weinelt 2025-01-07 18:31:38 +01:00 committed by Jörg Thalheim
parent b90a577268
commit 17144d5ea6
2 changed files with 7 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ1XHQjbx7MqtA0ty40Sltn1YeQGV02zCeZcSi70PQ4e hexa@gaia

View file

@ -205,6 +205,12 @@ let
trusted = true;
keys = ./keys/enzime;
}
{
# lib.maintainers.hexa, https://github.com/mweinelt
name = "hexa";
trusted = true;
keys = ./keys/hexa;
}
];
in
{