diff --git a/hosts/hyacinth/default.nix b/hosts/hyacinth/default.nix index a0ac258..2ff4aa7 100644 --- a/hosts/hyacinth/default.nix +++ b/hosts/hyacinth/default.nix @@ -43,6 +43,7 @@ enable = true; openFirewall = true; }; + virtualisation.spiceUSBRedirection.enable = true; virtualisation.libvirtd = { enable = true; qemu.package = pkgs.qemu_kvm.override { smbdSupport = true; };