syncthing service: fix mkEnableOption call
This commit is contained in:
parent
c9f2753c7b
commit
cb0b0190cb
@ -32,13 +32,11 @@ in
|
|||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
||||||
enable = mkEnableOption {
|
enable = mkEnableOption ''
|
||||||
description = ''
|
Syncthing - the self-hosted open-source alternative
|
||||||
Whether to enable Syncthing - the self-hosted open-source alternative
|
to Dropbox and Bittorrent Sync. Initial interface will be
|
||||||
to Dropbox and Bittorrent Sync. Initial interface will be
|
available on http://127.0.0.1:8384/.
|
||||||
available on http://127.0.0.1:8384/.
|
'';
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
systemService = mkOption {
|
systemService = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user