3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #8193 from lostdj/patch-1

bittorrentsync: fix storage_path.
This commit is contained in:
Domen Kožar 2015-06-07 17:53:19 +02:00
commit 46b05f0e08

View file

@ -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.
'';