The current YAML surprisingly allows relative paths (maybe a regression):
The actual path changes depending on the cwd of the limactl start command.
In Lima v2.0, these relative paths should be prohibited to make the command deterministic.
limactl create --mount DIR should continue to support relative paths.
A relative path should be resolved into an absolute path at the time of limactl create.