mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
btsync module: remove redundant example
The default value already gives a good example of what values to put here.
This commit is contained in:
parent
d72a34311a
commit
f278793fdb
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ in
|
||||||
storagePath = mkOption {
|
storagePath = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/var/lib/btsync/";
|
default = "/var/lib/btsync/";
|
||||||
example = "/var/lib/btsync/";
|
|
||||||
description = ''
|
description = ''
|
||||||
Where BitTorrent Sync will store it's database files (containing
|
Where BitTorrent Sync will store it's database files (containing
|
||||||
things like username info and licenses). Generally, you should not
|
things like username info and licenses). Generally, you should not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue