···3233 services.syncthing = {
3435- enable = mkEnableOption {
36- description = ''
37- Whether to enable Syncthing - the self-hosted open-source alternative
38- to Dropbox and Bittorrent Sync. Initial interface will be
39- available on http://127.0.0.1:8384/.
40- '';
41- };
4243 systemService = mkOption {
44 type = types.bool;
···3233 services.syncthing = {
3435+ enable = mkEnableOption ''
36+ Syncthing - the self-hosted open-source alternative
37+ to Dropbox and Bittorrent Sync. Initial interface will be
38+ available on http://127.0.0.1:8384/.
39+ '';
004041 systemService = mkOption {
42 type = types.bool;