MyNixOS website logo
option

services.orangefs.client.fileSystems

The orangefs file systems to be mounted. This option is preferred over using fileSystems directly since the pvfs client service needs to be running for it to be mounted.

Declarations
Type
list of (submodule)
Example
[
  {
    mountPoint = "/orangefs";
    target = "tcp://server:3334/orangefs";
  }
]