Infini-SD: enable infiniband
This commit is contained in:
parent
a803ce93da
commit
794afe7db4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
|
hardware.infiniband = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
boot.grub.enable = true;
|
boot.grub.enable = true;
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue