Update transmission patch to 4.0.3

This commit is contained in:
Charlotte Van Petegem 2023-06-17 21:07:06 +02:00
parent be079516a4
commit 505bcb2bcc
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 217 additions and 398 deletions

View file

@ -13,6 +13,7 @@
services.transmission = {
enable = true;
package = pkgs.transmission_4;
user = "charlotte";
group = "users";
home = "/data/var/lib/transmission";
@ -22,11 +23,14 @@
settings = {
umask = 18;
download-dir = "/srv/data";
incomplete-dir = "/srv/data/.incomplete";
rpc-authentication-required = true;
rpc-bind-address = "0.0.0.0";
rpc-enabled = true;
rpc-host-whitelist-enabled = false;
rpc-whitelist-enabled = false;
speed-limit-down = 51200;
speed-limit-down-enabled = true;
};
};
# Temporary workaround