modules/nixos/community-builder: add leona user
This commit is contained in:
parent
783ee769f2
commit
b3a05fbef9
2 changed files with 7 additions and 0 deletions
1
modules/nixos/community-builder/keys/leona
Normal file
1
modules/nixos/community-builder/keys/leona
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkvy9P1Qweq1kykgn3IWIBWe/v/dTNAx+hd9i2aKe1O openpgp:0xCACA6CB6
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue