nixos/community-builder: add pbsds
This commit is contained in:
parent
d133f63015
commit
2b1ca232e6
2 changed files with 7 additions and 0 deletions
1
modules/nixos/community-builder/keys/pbsds
Normal file
1
modules/nixos/community-builder/keys/pbsds
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjNyIQLYPnF83UZu1VQfMQ2WXDFPUWjhA6nL9QYfYx7
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue