feat: move var to top level var file

This commit is contained in:
AJ Schroeder
2024-07-12 15:18:55 -05:00
parent c3ef4ca2c6
commit 189ebb78c2

View File

@@ -7,6 +7,9 @@
// Removable Media Settings // Removable Media Settings
common_iso_storage = "OS" common_iso_storage = "OS"
// Where to store the completed VM templates
vm_storage_pool = "pool0"
// Boot and Provisioning Settings // Boot and Provisioning Settings
common_data_source = "http" common_data_source = "http"
common_http_ip = null common_http_ip = null