syncthing service: fix mkEnableOption call

+5 -7
+5 -7
nixos/modules/services/networking/syncthing.nix
··· 32 32 33 33 services.syncthing = { 34 34 35 - 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 - }; 35 + 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 + ''; 42 40 43 41 systemService = mkOption { 44 42 type = types.bool;