From db6428adb113adda5c237be8803ebb05f7710e54 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 9 Mar 2023 23:10:49 +0700 Subject: [PATCH] hosts/hyacinth: enable spice usb redirection --- hosts/hyacinth/default.nix | 1 + 1 file changed, 1 insertion(+) 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; };