From 4f05af3880f7d2ca76ea367075bf7afec52e09f8 Mon Sep 17 00:00:00 2001 From: cspark Date: Tue, 19 Mar 2024 13:35:56 +0000 Subject: [PATCH] Enable spice usb redirection for libvirt globally --- global.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/global.nix b/global.nix index ded689b3..c157fc3e 100644 --- a/global.nix +++ b/global.nix @@ -110,6 +110,7 @@ # Virt Manager Installation virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; + virtualisation.spiceUSBRedirection.enable = true; # Some programs need SUID wrappers, can be configured further or are