services.syncthing.configDir

NixOS option

The path where the settings and keys will exist.

type: absolute path
Default
<rendered-html><ul>
<li><p>if <code>stateVersion &gt;= 19.03</code>:</p>
<pre><code>config.services.syncthing.dataDir + &quot;/.config/syncthing&quot;</code></pre></li>
<li><p>otherwise:</p>
<pre><code>config.services.syncthing.dataDir</code></pre></li>
</ul>
</rendered-html>
declared in: nixos/modules/services/networking/syncthing.nixView source on NixOS/nixpkgs →