From b58aea2621136ae5ae0291aca8e9c37b029e312c Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sat, 15 Feb 2025 10:44:01 -0700 Subject: [PATCH] pci passthrough --- nix/modules/pci-passthrough.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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