modules/nixos/community-builder: add leona user

This commit is contained in:
Leona Maroni 2025-01-09 10:18:53 +01:00 committed by zowoq
parent 783ee769f2
commit b3a05fbef9
2 changed files with 7 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkvy9P1Qweq1kykgn3IWIBWe/v/dTNAx+hd9i2aKe1O openpgp:0xCACA6CB6

View file

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