From 794afe7db4a0cffb4df3aceb47b30c75341d29bd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 14 Jun 2024 17:25:57 -0400 Subject: [PATCH] Infini-SD: enable infiniband --- hosts/Infini-SD/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Infini-SD/default.nix b/hosts/Infini-SD/default.nix index 9589ca4..07de54f 100644 --- a/hosts/Infini-SD/default.nix +++ b/hosts/Infini-SD/default.nix @@ -8,6 +8,10 @@ boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages; + hardware.infiniband = { + enable = true; + }; + modules = { boot.grub.enable = true; hardware = {