Archlinux on pve working

This commit is contained in:
2026-09-08 02:51:19 -04:00
parent 02516f403a
commit c32aa4982c
6 changed files with 184 additions and 39 deletions
+3 -8
View File
@@ -1,6 +1,5 @@
variable "vm_guests" {
type = list(object({
name = string
type = map(object({
host = string
role = string
}))
@@ -32,15 +31,11 @@ variable "search_domains" {
}
variable "ipv4_nameservers" {
type = list(object({
address = string
}))
type = list(string)
}
variable "ipv6_nameservers" {
type = list(object({
address = string
}))
type = list(string)
}
variable "local_domain" {