services: transmission: remove trailing slash
Otherwise it messes with the UI: Another '/' is inserted
This commit is contained in:
parent
65d90dfc2c
commit
7e70b57132
|
@ -29,7 +29,7 @@ in
|
|||
|
||||
downloadBase = mkOption {
|
||||
type = types.str;
|
||||
default = "/data/downloads/";
|
||||
default = "/data/downloads";
|
||||
example = "/var/lib/transmission/download";
|
||||
description = "Download base directory";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue