config.json•687 B
{
"vm": {
"disk_path": "/vm",
"default_iso": "/iso/ubuntu-24.04.2-live-server-amd64.iso",
"default_master_image": "/iso/fedora-coreos-41-qemu.x86_64.qcow2",
"default_name": "puppy",
"default_memory": 2048,
"default_vcpus": 2,
"default_disk_size": 20,
"default_os_variant": "generic",
"default_network": "brforvms",
"ignition": {
"default_hostname": "coreos",
"default_user": "core",
"default_ssh_key": "~/.ssh/id_rsa.pub",
"default_timezone": "UTC",
"default_locale": "en_US.UTF-8",
"default_password_hash": null
}
}
}