fix(virt): disable libvirtd

This commit is contained in:
2026-03-06 12:49:34 +01:00
parent 42a7132598
commit 3c72f86734

View File

@@ -3,7 +3,7 @@
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
virtualisation = { virtualisation = {
docker.enable = true; docker.enable = true;
libvirtd.enable = true; # libvirtd.enable = true; disable temorarly because of https://github.com/NixOS/nixpkgs/issues/496836
spiceUSBRedirection.enable = true; spiceUSBRedirection.enable = true;
waydroid.enable = true; waydroid.enable = true;
}; };