QEMU: Difference between revisions
UEFI firmware is now supported by default |
Tag: Undo |
||
| Line 22: | Line 22: | ||
== Configuration == | == Configuration == | ||
=== UEFI firmware support === | |||
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> | |||
=== Run binaries of different architecture === | === Run binaries of different architecture === | ||