diff --git a/hosts/pinwheel/modules/vm/default.nix b/hosts/pinwheel/modules/vm/default.nix index ef9438b..1dd4118 100644 --- a/hosts/pinwheel/modules/vm/default.nix +++ b/hosts/pinwheel/modules/vm/default.nix @@ -10,7 +10,10 @@ in }; config = lib.mkIf enabled { - virtualisation.libvirtd.enable = true; + virtualisation = { + spiceUSBRedirection.enable = true; # Allow redirecting USB to the VM + libvirtd.enable = true; + }; users.users.alex = { extraGroups = [ "libvirtd" ];