HOSTS.md: add ssh config

This commit is contained in:
zowoq 2023-03-26 14:07:51 +10:00
parent ba9ebcf531
commit faaf3fdb73

View file

@ -37,6 +37,15 @@ This machine is meant as an aarch64 builder for our hydra instance running on bu
- RAM: 24GB
- Drives: 200 GB Block
## SSH config:
You will need to set your admin username if it doesn't match your local username.
```
Host *.nix-community.org
User <youradminusername>
```
## Deployment commands:
```console