Libvirt: Difference between revisions

imported>Gnidorah
No edit summary
imported>Booxter
document how to enable nested virtualization for intel kvm
Line 11: Line 11:


This backend works and is enabled by default. To use <code>virt-manager</code> with your user, locally and via SSH, it will be necessary to add yourself to the <code>libvirtd</code> group.
This backend works and is enabled by default. To use <code>virt-manager</code> with your user, locally and via SSH, it will be necessary to add yourself to the <code>libvirtd</code> group.
If you would like to enable nested virtualization for your guests to run KVM hypervisors inside them, you should enable it as follows:  {{nixos:option|boot.extraModprobeConfig}}, for example:
<code>boot.extraModprobeConfig = "options kvm_intel nested=1";</code>


== Tools ==
== Tools ==