All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 17s
- Point clone_template to nixos-template and trim cloud-init to Nix-safe hostname/DNS only - Remove SSH/Tailscale cloud-init variables and workflow secret dependencies - Add reusable NixOS template-base config with bootloader, Tailscale, fish, and utility packages
11 lines
303 B
HCL
11 lines
303 B
HCL
target_node = "flex"
|
|
clone_template = "nixos-template"
|
|
cores = 1
|
|
memory = 1024
|
|
disk_size = "15G"
|
|
sockets = 1
|
|
bridge = "vmbr0"
|
|
storage = "Flash"
|
|
pm_api_url = "https://100.105.0.115:8006/api2/json"
|
|
pm_api_token_id = "terraform-prov@pve!mytoken"
|