Switch from coreos to nixos

This commit is contained in:
2025-04-25 15:08:56 +10:00
parent 472b198618
commit 793d77dce9
51 changed files with 2874 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
We use terraform for this configuration step just to make it easier
to develop what the configuration should be, once it is stable we
can move it into the butane definition.
1. Generate secrets
1. consul `encrypt`, `consul keygen` and store in consul.hcl
2. nomad keys?
2. Init & apply terraform
1. `terraform init`
2. `terraform plan --out plan.tfplan`
3. `terraform apply plan.tfplan`