{ lib, pkgs, config, ... }: with lib; { boot.kernelModules = [ "ib_umad" "ib_ipoib" ]; environment.systemPackages = [ pkgs.rdma-core ]; networking.firewall.extraInputRules = "meta iifname \"ib*\" accept"; }