rename obsolete transmission option

This commit is contained in:
nyanloutre 2021-12-16 19:07:30 +01:00
parent 3621316c1c
commit 3291583f6a
2 changed files with 2 additions and 2 deletions

View file

@ -5,10 +5,10 @@
transmission = {
enable = true;
home = "/var/lib/transmission";
port = 9091;
group = "medias";
settings = {
rpc-bind-address = "127.0.0.1";
rpc-port = 9091;
rpc-host-whitelist = "*";
rpc-whitelist-enabled = false;
peer-port = 51413;