modules/nixos/community-builder: add user khaneliman
Don't have aarch64-linux machine to use in nixpkgs-reviews, would be nice to have some ability to test it while doing fixes and reviews.
This commit is contained in:
parent
54119b38cb
commit
87b21e721c
2 changed files with 9 additions and 0 deletions
modules/nixos/community-builder
3
modules/nixos/community-builder/keys/khaneliman
Normal file
3
modules/nixos/community-builder/keys/khaneliman
Normal file
|
@ -0,0 +1,3 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBG8l3jQ2EPLU+BlgtaQZpr4xr97n2buTLAZTxKHSsD khaneliman@khanelimac
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJAZIwy7nkz8CZYR/ZTSNr+7lRBW2AYy1jw06b44zaID khanelimac
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFuMXeT21L3wnxnuzl0rKuE5+8inPSi8ca/Y3ll4s9pC khanelinix
|
|
@ -87,6 +87,12 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/katexochen;
|
||||
}
|
||||
{
|
||||
# lib.maintainers.khaneliman, https://github.com/khaneliman
|
||||
name = "khaneliman";
|
||||
trusted = true;
|
||||
keys = ./keys/khaneliman;
|
||||
}
|
||||
{
|
||||
name = "lewo";
|
||||
trusted = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue