MyNixOS website logo
option

services.orangefs.server.servers

URLs for storage server including port. The attribute names define the server alias.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  node1 = "tcp://node1:3334";
  node2 = "tcp://node2:3334";
}