mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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 {
|
storagePath = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/var/lib/btsync";
|
default = "/var/lib/btsync/";
|
||||||
example = "/var/lib/btsync";
|
example = "/var/lib/btsync/";
|
||||||
description = ''
|
description = ''
|
||||||
Where to store the bittorrent sync files.
|
Where to store the bittorrent sync files.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user