nixos/community-builder: add user sinrohit
This commit is contained in:
parent
fad1eafab0
commit
34840cbd3c
2 changed files with 6 additions and 0 deletions
1
modules/nixos/community-builder/keys/sinrohit
Normal file
1
modules/nixos/community-builder/keys/sinrohit
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOWUINFSlhsbwckdAlvE/V1ESIk0yXdVvE/BuMEJpEvl
|
|
@ -287,6 +287,11 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/booxter;
|
||||
}
|
||||
{
|
||||
name = "sinrohit";
|
||||
trusted = true;
|
||||
keys = ./keys/sinrohit;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue