QEMU: Difference between revisions
→Setup: : Cleanup odd wording and add the Evaluate template. |
|||
Line 23: | Line 23: | ||
== Configuration == | == Configuration == | ||
=== | === UEFI firmware support === | ||
To | To enable UEFI firmware support in Virt-Manager, Libvirt, Gnome-Boxes etc. add following snippet to your system configuration and apply it<syntaxhighlight lang="nix"> | ||
systemd.tmpfiles.rules = [ "L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware" ]; | |||
<syntaxhighlight lang=nix> | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Run binaries of different architecture === | === Run binaries of different architecture === |