mauville/transmission: allow lan access
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
nix-drybuild / fallarbor-drybuild (push) Waiting to run
nix-drybuild / lavaridge-drybuild (push) Waiting to run
nix-drybuild / mauville-drybuild (push) Waiting to run
nix-drybuild / petalburg-drybuild (push) Waiting to run
nix-drybuild / rustboro-drybuild (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-07-17 21:51:14 -04:00
parent e445022e51
commit dbdfe5f07e

View file

@ -121,10 +121,12 @@ in {
enable = true; enable = true;
credentialsFile = config.age.secrets.transmission.path; credentialsFile = config.age.secrets.transmission.path;
openFirewall = true; openFirewall = true;
openRPCPort = true;
settings = { settings = {
download-dir = mediaDirectory; download-dir = mediaDirectory;
peer-port = 5143; peer-port = 5143;
rpc-bind-address = "0.0.0.0";
rpc-port = 9091; rpc-port = 9091;
}; };
}; };