forked from nyanloutre/nixos-config
rename obsolete transmission option
This commit is contained in:
parent
3621316c1c
commit
3291583f6a
@ -5,10 +5,10 @@
|
|||||||
transmission = {
|
transmission = {
|
||||||
enable = true;
|
enable = true;
|
||||||
home = "/var/lib/transmission";
|
home = "/var/lib/transmission";
|
||||||
port = 9091;
|
|
||||||
group = "medias";
|
group = "medias";
|
||||||
settings = {
|
settings = {
|
||||||
rpc-bind-address = "127.0.0.1";
|
rpc-bind-address = "127.0.0.1";
|
||||||
|
rpc-port = 9091;
|
||||||
rpc-host-whitelist = "*";
|
rpc-host-whitelist = "*";
|
||||||
rpc-whitelist-enabled = false;
|
rpc-whitelist-enabled = false;
|
||||||
peer-port = 51413;
|
peer-port = 51413;
|
||||||
|
@ -224,7 +224,7 @@ in
|
|||||||
};
|
};
|
||||||
"login.nyanlout.re" = simpleReverse config.services.nginx.sso.configuration.listen.port;
|
"login.nyanlout.re" = simpleReverse config.services.nginx.sso.configuration.listen.port;
|
||||||
"grafana.nyanlout.re" = authReverse config.services.grafana.port;
|
"grafana.nyanlout.re" = authReverse config.services.grafana.port;
|
||||||
"transmission.nyanlout.re" = authReverse config.services.transmission.port;
|
"transmission.nyanlout.re" = authReverse config.services.transmission.settings.rpc-port;
|
||||||
"radarr.nyanlout.re" = authReverse 7878;
|
"radarr.nyanlout.re" = authReverse 7878;
|
||||||
"sonarr.nyanlout.re" = authReverse 8989;
|
"sonarr.nyanlout.re" = authReverse 8989;
|
||||||
"syncthing.nyanlout.re" = authReverse 8384;
|
"syncthing.nyanlout.re" = authReverse 8384;
|
||||||
|
Loading…
Reference in New Issue
Block a user