modules/darwin/community-builder: add perchun
This commit is contained in:
parent
ea67192e39
commit
6b1d4cab6a
2 changed files with 9 additions and 0 deletions
1
modules/darwin/community-builder/keys/perchun
Normal file
1
modules/darwin/community-builder/keys/perchun
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBAYRpKyd+XVaQB766vBWxZHEB34RoLpFFWJKcxo4Ze
|
|
@ -323,6 +323,14 @@ let
|
||||||
uid = 551;
|
uid = 551;
|
||||||
keys = ./keys/khaneliman;
|
keys = ./keys/khaneliman;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# lib.maintainers.perchun, https://github.com/PerchunPak
|
||||||
|
name = "perchun";
|
||||||
|
trusted = true;
|
||||||
|
uid = 552;
|
||||||
|
shell = pkgs.fish;
|
||||||
|
keys = ./keys/perchun;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue