modules/community-builder: add natsukium
This commit is contained in:
parent
a606396fa1
commit
89140d554d
4 changed files with 15 additions and 0 deletions
1
modules/darwin/community-builder/keys/natsukium
Normal file
1
modules/darwin/community-builder/keys/natsukium
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKPPimMzL7CcpSpmf1QisRFxdp1e/3C21GZsoyDgZvIu
|
|
@ -392,6 +392,13 @@ let
|
||||||
uid = 561;
|
uid = 561;
|
||||||
keys = ./keys/booxter;
|
keys = ./keys/booxter;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.natsukium, https://github.com/natsukium
|
||||||
|
name = "natsukium";
|
||||||
|
trusted = true;
|
||||||
|
uid = 562;
|
||||||
|
keys = ./keys/natsukium;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
1
modules/nixos/community-builder/keys/natsukium
Normal file
1
modules/nixos/community-builder/keys/natsukium
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKPPimMzL7CcpSpmf1QisRFxdp1e/3C21GZsoyDgZvIu
|
|
@ -269,6 +269,12 @@ let
|
||||||
trusted = true;
|
trusted = true;
|
||||||
keys = ./keys/numinit;
|
keys = ./keys/numinit;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.natsukium, https://github.com/natsukium
|
||||||
|
name = "natsukium";
|
||||||
|
trusted = true;
|
||||||
|
keys = ./keys/natsukium;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue