This commit is contained in:
waveringana 2025-06-11 23:31:18 +00:00
parent fd98ce38b0
commit 4c43693c0f
3 changed files with 11 additions and 14 deletions

View file

@ -16,7 +16,7 @@
boot.kernelModules = [ "kvm-amd" ];
boot.kernelParams = [
"amd_iommu=on"
"vfio-pci.ids=10de:2484,10de228b,1022:149c"
"vfio-pci.ids=10de:2484,10de228b,1022:149c,15b7:5045"
];
boot.extraModulePackages = [ ];