cleanup the README
This commit is contained in:
parent
fc1c99279b
commit
f970225d82
1 changed files with 31 additions and 11 deletions
42
README.md
42
README.md
|
@ -1,18 +1,15 @@
|
|||
# nix-community infrastructure
|
||||
|
||||
This documents and configures the infrastructure used for the `nix-community` Github organisation.
|
||||
Welcome to the Nix Community infrastructure project. This project holds all
|
||||
the NixOS and Terraform configuration for this organization.
|
||||
|
||||
## Usage
|
||||
## Support
|
||||
|
||||
`./deploy`
|
||||
If you hit any issues, ping us on IRC in the #nix-community channel (see the
|
||||
admin list below) or create an issue here:
|
||||
[New Issue](https://github.com/nix-community/infra/issues/new).
|
||||
|
||||
## Hosts
|
||||
|
||||
* 
|
||||
|
||||
## Administrators
|
||||
|
||||
The list of people who can deploy:
|
||||
### Administrators
|
||||
|
||||
* @adisbladis
|
||||
* @flokli
|
||||
|
@ -23,4 +20,27 @@ The list of people who can deploy:
|
|||
|
||||
## Services
|
||||
|
||||
* buildkite on build01
|
||||
* https://hydra.nix-community.org - on build01
|
||||
* BuildKite agent - on build01
|
||||
* GitLab agent - on build01
|
||||
* ryantm-updater bot - on build01
|
||||
|
||||
## Hosts
|
||||
|
||||
### `build01` 
|
||||
|
||||
This machine is perfect for running heavy builds.
|
||||
|
||||
* Provider: Hetzner
|
||||
* CPU: AMD Ryzen 7 1700X Eight-Core Processor
|
||||
* RAM: 64GB
|
||||
|
||||
All the builds on this machine are pushed to https://nix-community.cachix.org/
|
||||
|
||||
Thanks to Cachix for sponsoring our binary cache!
|
||||
|
||||
## Usage
|
||||
|
||||
* `./deploy` - NixOps deployment
|
||||
* ./terraform - Setup DNS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue