MyNixOS website logo
option

services.tdarr.nodes.<name>.pathTranslators

Path translations between server and node for cross-platform or cross-mount-point file access.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  { server = "/media"; node = "/mnt/media"; }
  { server = "/cache"; node = "/mnt/cache"; }
]