builder/users: add thecomputerguy

This commit is contained in:
Tristan Ross 2024-07-26 10:09:21 -07:00 committed by Jörg Thalheim
parent f822d3f990
commit 16c4e468bc
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDOLaRhkNrxfk56BupT1xpIKPp4Crkf5kRiZtSSEN6+i tristan.ross@midstall.com

View file

@ -132,6 +132,11 @@ let
keys = ./keys/teto;
};
thecomputerguy = {
trusted = true;
keys = ./keys/thecomputerguy;
};
winter = {
trusted = true;
keys = ./keys/winter;