From 116f9301c4fe9510d709cac3f5c1914917c01391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 18 Aug 2022 11:54:02 +0200 Subject: [PATCH] Don't hand over USB devices --- hosts/chocolatebar/virtualisation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chocolatebar/virtualisation/default.nix b/hosts/chocolatebar/virtualisation/default.nix index bea0d381..730e5a99 100644 --- a/hosts/chocolatebar/virtualisation/default.nix +++ b/hosts/chocolatebar/virtualisation/default.nix @@ -6,7 +6,7 @@ let createService = import ./create-service.nix; isolateGPU = "rx550x"; - handOverUSBDevices = true; + handOverUSBDevices = false; isolateAnyGPU = isolateGPU != null; in