finch
finch copied to clipboard
Support Lima --mount-inotify option
What is the problem you're trying to solve?
As of Lima 0.21.0 the --mount-inotify option is experimentally available. It supports all mount types.
Manually adding mountInotify: true to the generated lima.yaml functions as expected.
Currently, this option is not configurable when initializing the VM via finch vm init.
Describe the feature you'd like Support this option when initializing the VM with Finch.
Since this flag is still experimental it may make sense to put it behind an option in finch.yaml, rather than enable it by default.
For example:
cpus: 6
memory: 8GiB
vmType: vz
mountInotify: true
Additional context
Really enjoying Finch! I'm happy to open a PR for this.