From e0c34a04b8cf3d64bd45c95933283d98046a6219 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 14 Oct 2019 08:36:53 -0500 Subject: [PATCH] add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7338f49 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Infrastructure + +These are the configs and infra stuff for this site (name TBD)! + +- `gitea`: system configuration for the gitea instance +- `nix`: pinned nix stuff, both tools and upstreams for nixos +- `terraform`: terraform configuration for compute/DNS resources + +## Local Setup + +- `git clone` using the instructions on the unnamed site. +- `direnv allow` to get the versions of tools + +If you're working with Terraform stuff, `cd terraform && terraform init`. +Contact Brian for access to the remote states and the with-great-power-comes-great-responsibility speech. + +For making changes to instances after provision, see instructions in `gitea`.