mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 {
|
||||
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 New Issue
Block a user