services.syncthing.configDir

The path where the settings and keys will exist.

Type
absolute path
Default
  • if stateVersion >= 19.03:

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

    config.services.syncthing.dataDir
    
Declared
<nixpkgs/nixos/modules/services/networking/syncthing.nix>