bittorrentsync: fix storage_path.
If this path is a symlink, btsync won't be able to read it if it's not ending with "/". As seen inf02d4ec9ed
Broken in0539ed4771
This commit is contained in:
parent
a70d0275e2
commit
714377f8dc
@ -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…
x
Reference in New Issue
Block a user