MyNixOS website logo
option

services.orangefs.server.fileSystems

These options will create the <FileSystem> sections of config file.

Declarations
Type
attribute set of (submodule)
Default
{
  orangefs = { };
}
Example
{
  fs1 = {
    id = 101;
  };

  fs2 = {
    id = 102;
  };
}