Libvirt: Difference between revisions
imported>Onny Restructuring and setup example |
imported>Onny mNo edit summary |
||
| Line 32: | Line 32: | ||
== Configuration == | == Configuration == | ||
=== UEFI with OVMF === | === UEFI with OVMF === | ||
| Line 52: | Line 44: | ||
See [https://ostechnix.com/enable-uefi-support-for-kvm-virtual-machines-in-linux/ this tutorial] on how to run a guest machine in UEFI mode using <code>virt-manager</code>. | See [https://ostechnix.com/enable-uefi-support-for-kvm-virtual-machines-in-linux/ this tutorial] on how to run a guest machine in UEFI mode using <code>virt-manager</code>. | ||
=== Nested virtualization === | |||
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: | |||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | |||
boot.extraModprobeConfig = "options kvm_intel nested=1"; | |||
</nowiki>}} | |||
== Clients == | == Clients == | ||