modules/darwin/community-builder: add pbsds
This commit is contained in:
parent
2162019de8
commit
b59e1715f9
2 changed files with 8 additions and 0 deletions
1
modules/darwin/community-builder/keys/pbsds
Normal file
1
modules/darwin/community-builder/keys/pbsds
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjNyIQLYPnF83UZu1VQfMQ2WXDFPUWjhA6nL9QYfYx7
|
|
@ -291,6 +291,13 @@ let
|
|||
uid = 547;
|
||||
keys = ./keys/linj;
|
||||
}
|
||||
{
|
||||
# lib.maintainers.pbsds, https://github.com/pbsds
|
||||
name = "pbsds";
|
||||
trusted = true;
|
||||
uid = 548;
|
||||
keys = ./keys/pbsds;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue