nixos/community-builder: add getpsyched
Signed-off-by: GetPsyched <priyanshu@getpsyched.dev>
This commit is contained in:
parent
34840cbd3c
commit
a6e8e0f7c7
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder
1
modules/nixos/community-builder/keys/getpsyched
Normal file
1
modules/nixos/community-builder/keys/getpsyched
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINWRWNijAXQx8sfBWCjqaSb79TPBoDD72YVIFnghP3+d
|
|
@ -292,6 +292,11 @@ let
|
||||||
trusted = true;
|
trusted = true;
|
||||||
keys = ./keys/sinrohit;
|
keys = ./keys/sinrohit;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "getpsyched";
|
||||||
|
trusted = true;
|
||||||
|
keys = ./keys/getpsyched;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue