Files
infrastructure/README.md
T

315 B

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