QEMU: Difference between revisions

Zimward (talk | contribs)
UEFI firmware is now supported by default
Zimward (talk | contribs)
Undo revision 29153 by Zimward (talk)
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 ===