From bed50b0540c88122f066390d315bfd2831c9d27f Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 15 Feb 2025 10:43:41 -0700 Subject: [PATCH] pci passthrough --- nix/modules/pci-passthrough.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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