this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(infra): IPv6 ftw

Khue Doan 8ac8d2db 6ed56d97

+1 -1
+1 -1
infra/production/proxmox/vn-southwest-1/compute/nixos-vm/main.tf
··· 62 62 source = "github.com/nix-community/nixos-anywhere//terraform/all-in-one?ref=1.6.0" 63 63 nixos_system_attr = "${var.nixos.flake}#nixosConfigurations.${var.nixos.host}.config.system.build.toplevel" 64 64 nixos_partitioner_attr = "${var.nixos.flake}#nixosConfigurations.${var.nixos.host}.config.system.build.diskoScript" 65 - target_host = proxmox_virtual_environment_vm.main.ipv4_addresses[1][0] 65 + target_host = proxmox_virtual_environment_vm.main.ipv6_addresses[1][0] 66 66 instance_id = proxmox_virtual_environment_vm.main.id 67 67 68 68 depends_on = [time_sleep.wait_for_ip]