builder/users: add thecomputerguy
This commit is contained in:
parent
f822d3f990
commit
16c4e468bc
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder
1
modules/nixos/community-builder/keys/thecomputerguy
Normal file
1
modules/nixos/community-builder/keys/thecomputerguy
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDOLaRhkNrxfk56BupT1xpIKPp4Crkf5kRiZtSSEN6+i tristan.ross@midstall.com
|
|
@ -132,6 +132,11 @@ let
|
|||
keys = ./keys/teto;
|
||||
};
|
||||
|
||||
thecomputerguy = {
|
||||
trusted = true;
|
||||
keys = ./keys/thecomputerguy;
|
||||
};
|
||||
|
||||
winter = {
|
||||
trusted = true;
|
||||
keys = ./keys/winter;
|
||||
|
|
Loading…
Add table
Reference in a new issue