modules/darwin/community-builder: add perchun

This commit is contained in:
PerchunPak 2024-10-03 10:23:41 +02:00 committed by zowoq
parent ea67192e39
commit 6b1d4cab6a
2 changed files with 9 additions and 0 deletions
modules/darwin/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBAYRpKyd+XVaQB766vBWxZHEB34RoLpFFWJKcxo4Ze

View file

@ -323,6 +323,14 @@ let
uid = 551;
keys = ./keys/khaneliman;
}
{
# lib.maintainers.perchun, https://github.com/PerchunPak
name = "perchun";
trusted = true;
uid = 552;
shell = pkgs.fish;
keys = ./keys/perchun;
}
];
in
{