From f2a9f4657062f39afc85533378e0aa03e8ac7de7 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:22:29 +0530 Subject: [PATCH] feat: enable usb redirection for virtualization --- hosts/default/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index ea226b8..59a71e8 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -160,7 +160,9 @@ ]; }; }; + }; + virtualisation.spiceUSBRedirection.enable = true; # Enable nix-command for search and flakes nix.settings.experimental-features = [ "nix-command" "flakes" ];