Cleaned transmission code
This commit is contained in:
@@ -274,7 +274,7 @@ in {
|
|||||||
else null;
|
else null;
|
||||||
package = pkgs.transmission_4;
|
package = pkgs.transmission_4;
|
||||||
openRPCPort = false;
|
openRPCPort = false;
|
||||||
openPeerPorts = if cfg.vpn.enable then false else true;
|
openPeerPorts = !cfg.vpn.enable;
|
||||||
settings =
|
settings =
|
||||||
{
|
{
|
||||||
download-dir = downloadDir;
|
download-dir = downloadDir;
|
||||||
|
|||||||
Reference in New Issue
Block a user