mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
more transmission settings
This commit is contained in:
parent
f61d2eedef
commit
c87c2ce302
|
@ -31,12 +31,16 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
openRPCPort = true;
|
openRPCPort = true;
|
||||||
credentialsFile = config.sops.secrets.transmission.path;
|
credentialsFile = config.sops.secrets.transmission.path;
|
||||||
|
webHome = pkgs.flood-for-transmission;
|
||||||
settings = {
|
settings = {
|
||||||
rpc-bind-address = "0.0.0.0";
|
rpc-bind-address = "0.0.0.0";
|
||||||
rpc-whitelist-enabled = false;
|
rpc-whitelist-enabled = false;
|
||||||
rpc-authentication-required = true;
|
rpc-authentication-required = true;
|
||||||
download-dir = "${cfg.directory}/Torrents";
|
download-dir = "${cfg.directory}/Torrents";
|
||||||
ratio-limit-enabled = true;
|
ratio-limit-enabled = true;
|
||||||
|
alt-speed-time-enabled = true;
|
||||||
|
alt-speed-time-begin = "480";
|
||||||
|
alt-speed-time-end = "1320";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue