mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
fix(virt): disable libvirtd
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
programs.virt-manager.enable = true;
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd.enable = true;
|
||||
# libvirtd.enable = true; disable temorarly because of https://github.com/NixOS/nixpkgs/issues/496836
|
||||
spiceUSBRedirection.enable = true;
|
||||
waydroid.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user