diff --git a/nix/modules/pci-passthrough.nix b/nix/modules/pci-passthrough.nix index ef70817..9922afa 100644 --- a/nix/modules/pci-passthrough.nix +++ b/nix/modules/pci-passthrough.nix @@ -20,7 +20,7 @@ in { pkgs, lib, config, ... }: { kernelParams = [ "intel_iommu=on" ("vfio-pci.ids=" + lib.concatStringsSep "," gpuIDs) - ] + ]; }; } \ No newline at end of file