feat(gs/system): Init roswell

An ec2 node I'm using as a remote dev box

Change-Id: I7d81371ecdc11d6c1b5bc06d1b4f55de534d25ad
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2244
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-12-14 12:44:31 -05:00 committed by glittershark
parent 3f9bd60d85
commit bcea9cd0b3
5 changed files with 107 additions and 0 deletions

View file

@ -74,6 +74,12 @@
hostname = "172.16.0.5";
forwardAgent = true;
};
"roswell" = {
host = "roswell";
hostname = "18.223.118.13";
forwardAgent = true;
};
};
};