community-builder: add user fpletz

This commit is contained in:
Franz Pletz 2024-11-06 07:33:01 +01:00 committed by zowoq
parent ff00624883
commit cd5a31bf93
4 changed files with 15 additions and 0 deletions
modules
darwin/community-builder
nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPjOA6BgQxco18WpX1TfN22zTOG/EwACxIWI3Ho+530f fpletz@trolovo

View file

@ -339,6 +339,13 @@ let
shell = pkgs.nushell;
keys = ./keys/mrcjkb;
}
{
# lib.maintainers.fpletz, https://github.com/fpletz
name = "fpletz";
trusted = true;
uid = 554;
keys = ./keys/fpletz;
}
];
in
{

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPjOA6BgQxco18WpX1TfN22zTOG/EwACxIWI3Ho+530f fpletz@trolovo

View file

@ -188,6 +188,12 @@ let
trusted = true;
keys = ./keys/doronbehar;
}
{
name = "fpletz";
# lib.maintainers.fpletz, https://github.com/fpletz
trusted = true;
keys = ./keys/fpletz;
}
];
in
{