nixos/community-builder: add user jfly

This commit is contained in:
Jeremy Fleischman 2025-03-07 13:34:22 -08:00 committed by adisbladis
parent 3476dc9c76
commit 0740394d88
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImw0Xc1buEQ9WOskyGGeg3QwdbU7DTUQBiu02fObDlm jfly

View file

@ -86,6 +86,11 @@ let
trusted = true;
keys = ./keys/janik;
}
{
name = "jfly";
trusted = true;
keys = ./keys/jfly;
}
{
name = "jtojnar";
trusted = true;