services: transmission: remove trailing slash

Otherwise it messes with the UI: Another '/' is inserted
This commit is contained in:
Bruno BELANYI 2021-03-24 21:19:48 +00:00
parent 65d90dfc2c
commit 7e70b57132

View file

@ -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";
};