diff --git a/deployment/run/tf-proxmox/main.tf b/deployment/run/tf-proxmox/main.tf index 7b89d60f..30f7ef17 100644 --- a/deployment/run/tf-proxmox/main.tf +++ b/deployment/run/tf-proxmox/main.tf @@ -156,10 +156,10 @@ resource "proxmox_virtual_environment_vm" "nix_vm" { gateway = var.ipv4_gateway address = var.ipv4_address } - # ipv6 { - # gateway = var.ipv6_gateway - # address = var.ipv6_address - # } + ipv6 { + gateway = var.ipv6_gateway + address = var.ipv6_address + } } } }