nixos/community-builder: add user tomfitzhenry

This commit is contained in:
Tom Fitzhenry 2025-01-09 21:53:17 +11:00 committed by zowoq
parent 375d44839e
commit 8376f850d2
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder

View file

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

View file

@ -176,6 +176,11 @@ let
trusted = true;
keys = ./keys/tomberek;
}
{
name = "tomfitzhenry";
trusted = true;
keys = ./keys/tomfitzhenry;
}
{
name = "winter";
trusted = true;