diff --git a/nix/modules/pci-passthrough.nix b/nix/modules/pci-passthrough.nix index 0a65e44..b7caeb2 100644 --- a/nix/modules/pci-passthrough.nix +++ b/nix/modules/pci-passthrough.nix @@ -19,8 +19,8 @@ in { pkgs, lib, config, ... }: { kernelParams = [ "intel_iommu=on" - ] ++ - # isolate the GPU ("vfio-pci.ids=" + lib.concatStringsSep "," gpuIDs); + ] + }; } \ No newline at end of file