Add pinpox

This commit is contained in:
Pablo Ovelleiro Corral 2024-03-27 23:34:18 +01:00 committed by Jörg Thalheim
parent c47efd57da
commit 006213a749
3 changed files with 11 additions and 0 deletions
modules
darwin/community-builder
nixos/community-builder

View file

@ -182,6 +182,11 @@ let
trusted = true;
uid = 558;
}
{
name = "pinpox";
trusted = true;
uid = 559;
}
];
in
{

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJJs01RqXS6YE5Jf8LUJoJVBxFev3R18FWXJyLeYJE

View file

@ -85,6 +85,11 @@ let
keys = ./keys/networkexception;
};
pinpox = {
trusted = true;
keys = ./keys/pinpox;
};
schmittlauch = {
trusted = true;
keys = ./keys/schmittlauch;