delete libvirt python fix and downgraded qemu-full to prevent recompilation every time

This commit is contained in:
2026-04-02 05:25:13 +02:00
parent 47acfb12ff
commit e72154ab65
2 changed files with 1 additions and 31 deletions

View File

@@ -171,9 +171,7 @@
virtualisation.libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_full.override {
cephSupport = false;
};
package = pkgs.qemu;
runAsRoot = true;
swtpm.enable = true;
vhostUserPackages = [ pkgs.virtiofsd ];