mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
mauville/transmission: disable reverse proxy, lan access only
This commit is contained in:
parent
84aaf94210
commit
e445022e51
|
@ -117,7 +117,17 @@ in {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
transmission.credentialsFile = config.age.secrets.transmission.path;
|
transmission = {
|
||||||
|
enable = true;
|
||||||
|
credentialsFile = config.age.secrets.transmission.path;
|
||||||
|
openFirewall = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
download-dir = mediaDirectory;
|
||||||
|
peer-port = 5143;
|
||||||
|
rpc-port = 9091;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.GDK_SCALE = "1.25";
|
environment.variables.GDK_SCALE = "1.25";
|
||||||
|
@ -214,7 +224,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
plexMediaServer.enable = true;
|
plexMediaServer.enable = true;
|
||||||
transmission.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue