pci passthrough

This commit is contained in:
2025-02-15 10:44:01 -07:00
parent 39e54d0e14
commit b58aea2621

View File

@@ -20,7 +20,7 @@ in { pkgs, lib, config, ... }: {
kernelParams = [
"intel_iommu=on"
("vfio-pci.ids=" + lib.concatStringsSep "," gpuIDs)
]
];
};
}