fix modprobe call in ezpassthru

This commit is contained in:
notgne2 2021-04-15 22:19:08 -07:00
parent d3af57b733
commit 94d81b613d
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -45,7 +45,7 @@ in
echo "vfio-pci" > /sys/bus/pci/devices/$DEV/driver_override
done
modprobe -i vfio-pci
${pkgs.kmod}/bin/modprobe -i vfio-pci
'';
};
}