{ lib, pkgs, config, ... }: with lib; { boot.kernelModules = [ "ib_umad" "ib_ipoib" ]; environment.systemPackages = [ pkgs.rdma-core ]; }