modules/darwin/community-builder: add pbsds

This commit is contained in:
Peder Bergebakken Sundt 2024-08-17 03:57:58 +02:00 committed by zowoq
parent 2162019de8
commit b59e1715f9
2 changed files with 8 additions and 0 deletions
modules/darwin/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjNyIQLYPnF83UZu1VQfMQ2WXDFPUWjhA6nL9QYfYx7

View file

@ -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
{