3518620360c41ce814cc99b0db4afa6b33e4f32c
- backup.tf: rename POSTGRES_PASSWORD → PGPASSWORD so pg_dumpall can authenticate (was silently failing for 2 days) - neuron.yaml: fix image registry nook.family → neuralplatform.ai - gitea.yaml: fix domain neuralplatform.dev → neuralplatform.ai
infrastructure
Personal infrastructure-as-code — servers, networking, DNS, and config.
Structure
servers/legion/— Legion k3s cluster (Terraform)
Usage
cd servers/legion
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
terraform plan
terraform apply
Languages
HCL
78.4%
Shell
17.5%
Python
2.6%
Dockerfile
1.5%