hosts: add vault01 host
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m20s

This commit is contained in:
2026-02-01 20:08:48 +01:00
parent e0ad445341
commit 6d64e53586
4 changed files with 88 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ locals {
disk_size = "20G"
flake_branch = "pipeline-testing-improvements"
}
"vault01" = {
ip = "10.69.13.19/24"
cpu_cores = 2
memory = 2048
disk_size = "20G"
}
}
# Compute VM configurations with defaults applied