Files
terraform/proxmox/network.auto.tfvars
T
2026-09-03 00:35:34 -04:00

16 lines
301 B
HCL

ipv4_gateway = "10.96.10.254"
ipv4_subnet_mask = 24
ipv6_gateway = null
ipv4_nameservers = [
{address = "10.96.10.254"}
]
ipv6_nameservers = []
local_domain = "balsillie.house"
search_domains = [
"balsillie.net",
"balsillie.house"
]
ipv4_ntp_servers = [
"10.96.10.254"
]
ipv6_ntp_servers = []