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.

Type
list of (submodule)
Example
[
  {
    mountPoint = "/orangefs";
    target = "tcp://server:3334/orangefs";
  }
]
Declared
<nixpkgs/nixos/modules/services/network-filesystems/orangefs/client.nix>