Multiple machines
If you would like to define more than one VM, simply define a new VM in your virtfile with a different identifier:
Multi-machine example
You can then run commands on the separate machines by using the -m/--machine option,
or use the NVIRT_MACHINE env var to control which one nvirt operates on by default:
Example: Controlling different machines in the same directory
In a shell:
You can still use the "default" identifier, which will behave as normal if no specific machine is otherwise specified.