services.syncthing.settings.folders
Folders which should be shared by Syncthing.
Note that you can still add folders manually, but those changes will be reverted on restart if overrideFolders is enabled.
- Type
attribute set of (open submodule of (JSON value))- Default
{ }- Example
{ "/home/user/sync" = { id = "syncme"; devices = [ "bigbox" ]; }; }- Declared
- <home-manager/modules/services/syncthing.nix>