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/nixos/community-builder

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
{