run qemu as root

This commit is contained in:
Grisha Shipunov 2025-01-03 20:15:58 +01:00
parent 4ab7706715
commit 630f1756bf
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
virtualisation = { virtualisation = {
libvirtd = { libvirtd = {
enable = true; enable = true;
qemu.runAsRoot = false; qemu.runAsRoot = true;
qemu.package = pkgs.qemu_full; qemu.package = pkgs.qemu_full;
}; };
podman = { podman = {