This commit is contained in:
death916 2025-07-06 03:10:44 -07:00
parent c262315a92
commit 0e88e9471e
2 changed files with 3 additions and 5 deletions

View file

@ -131,7 +131,8 @@
virtualisation.libvirtd = {
enable = true;
qemu = {
ovmf = true; # UEFI support for HAOS
package = pkgs.qemu_full;
runAsRoot = true;
};
};