darwin/community-builder: add user jfly

Ooops, I meant to give myself access to Darwin. (I'm working on a nix.dev
related project that I want to make sure works on macOS as well as Linux.)
This commit is contained in:
Jeremy Fleischman 2025-03-07 20:14:59 -08:00 committed by zowoq
parent 0740394d88
commit 0d17707f93
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -413,6 +413,12 @@ let
uid = 564;
keys = ./keys/aciceri;
}
{
name = "jfly";
trusted = true;
uid = 565;
keys = ./keys/jfly;
}
];
in
{