pci passthrough

This commit is contained in:
2025-02-15 10:41:47 -07:00
parent 2b80993ef7
commit 79df59131e

View File

@@ -19,7 +19,7 @@ in { pkgs, lib, config, ... }: {
kernelParams = [
"intel_iommu=on"
] ++ lib.optional cfg.enable
] ++
# isolate the GPU
("vfio-pci.ids=" + lib.concatStringsSep "," gpuIDs);
};