From 701749b4a2cd8854a844e143987e8de8a59f296f Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 10 Mar 2025 12:52:46 -0500 Subject: [PATCH] vm: allow spice usb redirection Signed-off-by: Myned --- options/custom/settings/vm.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/custom/settings/vm.nix b/options/custom/settings/vm.nix index 5e58640..d989270 100644 --- a/options/custom/settings/vm.nix +++ b/options/custom/settings/vm.nix @@ -111,6 +111,9 @@ in { enable = true; enableExtensionPack = true; }; + + # Allow unprivileged users to redirect USB devices + spiceUSBRedirection.enable = cfg.libvirt; }; # https://github.com/virt-manager/virt-manager