hosts: add nix-cache02 build host
Some checks failed
Run nix flake check / flake-check (push) Failing after 16m26s

New build host to replace nix-cache01 with:
- 8 CPU cores, 16GB RAM, 200GB disk
- Static IP 10.69.13.25

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-10 21:53:29 +01:00
parent 98ea679ef2
commit 2d9ca2a73f
5 changed files with 99 additions and 0 deletions

View File

@@ -33,6 +33,12 @@ locals {
"secret/data/shared/homelab-deploy/*",
]
}
"nix-cache02" = {
paths = [
"secret/data/hosts/nix-cache02/*",
]
}
}
# Placeholder secrets - user should add actual secrets manually or via tofu

View File

@@ -86,6 +86,13 @@ locals {
disk_size = "60G"
vault_wrapped_token = "s.uXpdoGxHXpWvTsGbHkZuq1jF"
}
"nix-cache02" = {
ip = "10.69.13.25/24"
cpu_cores = 8
memory = 16384
disk_size = "200G"
vault_wrapped_token = "s.C5EuHFyULACEqZgsLqMC3cJB"
}
}
# Compute VM configurations with defaults applied