MyNixOS website logo
option

networking.rxe.interfaces

Enable RDMA on the listed interfaces. The corresponding virtual RDMA interfaces will be named rxe_\<interface\>. UDP port 4791 must be open on the respective ethernet interfaces.

Declarations
Type
list of string
Default
[ ]
Example
[
  "eth0"
]