pci passthrough

This commit is contained in:
2025-02-15 10:43:41 -07:00
parent 79df59131e
commit bed50b0540

View File

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