mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
more transmission settings
This commit is contained in:
parent
f61d2eedef
commit
c87c2ce302
|
@ -31,12 +31,16 @@ in
|
|||
openFirewall = true;
|
||||
openRPCPort = true;
|
||||
credentialsFile = config.sops.secrets.transmission.path;
|
||||
webHome = pkgs.flood-for-transmission;
|
||||
settings = {
|
||||
rpc-bind-address = "0.0.0.0";
|
||||
rpc-whitelist-enabled = false;
|
||||
rpc-authentication-required = true;
|
||||
download-dir = "${cfg.directory}/Torrents";
|
||||
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