modules/darwin/community-builder: add sandro
This commit is contained in:
parent
9de1a72f13
commit
aad4b67f42
2 changed files with 8 additions and 0 deletions
1
modules/darwin/community-builder/keys/sandro
Normal file
1
modules/darwin/community-builder/keys/sandro
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZol7//H5AtpmCNIDY1gC2RLw/0WNQf6AVKz7PwEq2t sandro@darwin-build-box.nix-community.org
|
|
@ -277,6 +277,13 @@ let
|
||||||
uid = 545;
|
uid = 545;
|
||||||
keys = ./keys/superherointj;
|
keys = ./keys/superherointj;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.SuperSandro2000, https://github.com/SuperSandro2000
|
||||||
|
name = "sandro";
|
||||||
|
trusted = true;
|
||||||
|
uid = 546;
|
||||||
|
keys = ./keys/sandro;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue