Don't hand over USB devices

This commit is contained in:
Benjamin Bädorf 2022-08-18 11:54:02 +02:00
parent 1ea4523bd1
commit 116f9301c4
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -6,7 +6,7 @@ let
createService = import ./create-service.nix;
isolateGPU = "rx550x";
handOverUSBDevices = true;
handOverUSBDevices = false;
isolateAnyGPU = isolateGPU != null;
in