Infini-SD: enable infiniband

This commit is contained in:
Infinidoge 2024-06-14 17:25:57 -04:00
parent a803ce93da
commit 794afe7db4
No known key found for this signature in database

View file

@ -8,6 +8,10 @@
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
hardware.infiniband = {
enable = true;
};
modules = {
boot.grub.enable = true;
hardware = {