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:
parent
0740394d88
commit
0d17707f93
2 changed files with 7 additions and 0 deletions
1
modules/darwin/community-builder/keys/jfly
Normal file
1
modules/darwin/community-builder/keys/jfly
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImw0Xc1buEQ9WOskyGGeg3QwdbU7DTUQBiu02fObDlm jfly
|
|
@ -413,6 +413,12 @@ let
|
|||
uid = 564;
|
||||
keys = ./keys/aciceri;
|
||||
}
|
||||
{
|
||||
name = "jfly";
|
||||
trusted = true;
|
||||
uid = 565;
|
||||
keys = ./keys/jfly;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue