You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it accessible from NixOS configuration, these hypervisor-specific bits can be exposed in hypervisor-specific NixOS options just like we already do for QEMU with microvm.qemu.extraArgs. They don't have to be as generic as extraArgs.
If you're ready to walk an extra mile with this, know that this project abstracts away specifics to present you with unified configuration of different hypervisors. It would take some time to research what capabilities can be controlled through common options.
We need to expose a way for the user to add additional
--cpus
options at:microvm.nix/lib/runners/cloud-hypervisor.nix
Line 96 in dfe2d3d
I tried to figure out a nice way to do this with Nix, but had to end with hard-coding it to make a machine work.
The text was updated successfully, but these errors were encountered: