nixos/community-builder: add pbsds

This commit is contained in:
Peder Bergebakken Sundt 2025-01-15 11:11:34 +01:00 committed by zowoq
parent d133f63015
commit 2b1ca232e6
2 changed files with 7 additions and 0 deletions
modules/nixos/community-builder

View file

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

View file

@ -193,6 +193,12 @@ let
trusted = true;
keys = ./keys/winter;
}
{
# lib.maintainers.pbsds, https://github.com/pbsds
name = "pbsds";
trusted = true;
keys = ./keys/pbsds;
}
{
name = "matthewcroughan";
trusted = true;