correct virt customize command

use vars for vhd sizes
This commit is contained in:
2022-10-30 21:51:27 +13:00
parent 595c2f177e
commit f648ce0448
2 changed files with 9 additions and 6 deletions

View File

@ -18,4 +18,7 @@ vm_subnet_suffix: "/24"
vm_gateway: "192.168.199.254"
vm_domain: "balsillie.net"
vm_machine_type: "pc-q35-7.1"
vm_machine_arch: "x86_64"
vm_machine_arch: "x86_64"
containers_vhd_size: "64G"
data_nvme_vhd_size: "64G"
data_hdd_vhd_size: "3T"