services.syncthing.configDir
NixOS option
The path where the settings and keys will exist.
type: absolute pathDefault
declared in: nixos/modules/services/networking/syncthing.nixView source on NixOS/nixpkgs →<rendered-html><ul> <li><p>if <code>stateVersion >= 19.03</code>:</p> <pre><code>config.services.syncthing.dataDir + "/.config/syncthing"</code></pre></li> <li><p>otherwise:</p> <pre><code>config.services.syncthing.dataDir</code></pre></li> </ul> </rendered-html>