forked from mirrors/nixpkgs
Merge pull request #8193 from lostdj/patch-1
bittorrentsync: fix storage_path.
This commit is contained in:
commit
46b05f0e08
|
@ -208,8 +208,8 @@ in
|
|||
|
||||
storagePath = mkOption {
|
||||
type = types.path;
|
||||
default = "/var/lib/btsync";
|
||||
example = "/var/lib/btsync";
|
||||
default = "/var/lib/btsync/";
|
||||
example = "/var/lib/btsync/";
|
||||
description = ''
|
||||
Where to store the bittorrent sync files.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue