modules/nixos/community-builder: add perchun
This commit is contained in:
parent
8fd43a7c75
commit
397d2978e5
2 changed files with 6 additions and 0 deletions
1
modules/nixos/community-builder/keys/perchun
Normal file
1
modules/nixos/community-builder/keys/perchun
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBAYRpKyd+XVaQB766vBWxZHEB34RoLpFFWJKcxo4Ze
|
|
@ -125,6 +125,11 @@ let
|
||||||
trusted = true;
|
trusted = true;
|
||||||
keys = ./keys/pinpox;
|
keys = ./keys/pinpox;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "perchun";
|
||||||
|
trusted = true;
|
||||||
|
keys = ./keys/perchun;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "raboof";
|
name = "raboof";
|
||||||
# lib.maintainers.raboof, https://github.com/raboof
|
# lib.maintainers.raboof, https://github.com/raboof
|
||||||
|
|
Loading…
Add table
Reference in a new issue