···32323333 services.syncthing = {
34343535- enable = mkEnableOption {
3636- description = ''
3737- Whether to enable Syncthing - the self-hosted open-source alternative
3838- to Dropbox and Bittorrent Sync. Initial interface will be
3939- available on http://127.0.0.1:8384/.
4040- '';
4141- };
3535+ enable = mkEnableOption ''
3636+ Syncthing - the self-hosted open-source alternative
3737+ to Dropbox and Bittorrent Sync. Initial interface will be
3838+ available on http://127.0.0.1:8384/.
3939+ '';
42404341 systemService = mkOption {
4442 type = types.bool;