MyNixOS website logo
option

services.syncthing.configDir

The path where the settings and keys will exist.

Declarations
Type
path
Default
{
  _type = "literalMD";
  text = ''
    * if `stateVersion >= 19.03`:

          config.services.syncthing.dataDir + "/.config/syncthing"
    * otherwise:

          config.services.syncthing.dataDir
  '';
}