community-builder: add user fpletz
This commit is contained in:
parent
ff00624883
commit
cd5a31bf93
4 changed files with 15 additions and 0 deletions
1
modules/darwin/community-builder/keys/fpletz
Normal file
1
modules/darwin/community-builder/keys/fpletz
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPjOA6BgQxco18WpX1TfN22zTOG/EwACxIWI3Ho+530f fpletz@trolovo
|
|
@ -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
|
||||
{
|
||||
|
|
1
modules/nixos/community-builder/keys/fpletz
Normal file
1
modules/nixos/community-builder/keys/fpletz
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPjOA6BgQxco18WpX1TfN22zTOG/EwACxIWI3Ho+530f fpletz@trolovo
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue