services.orangefs.server.fileSystems

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

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

  fs2 = {
    id = 102;
  };
}
Declared
<nixpkgs/nixos/modules/services/network-filesystems/orangefs/server.nix>