transmission local operation

Changed files
+3 -1
hosts
elephant
+3 -1
hosts/elephant/services.nix
···
services.transmission = {
enable = true;
+
openRPCPort = true;
settings = {
download-dir = "/tank/media";
incomplete-dir-enabled = false;
-
rpc-whitelist = "127.0.0.1,100.64.*.*";
+
rpc-whitelist = "127.0.0.1,100.64.*.*,192.168.1.*";
+
rpc-bind-address = "0.0.0.0";
rpc-host-whitelist-enabled = false;
ratio-limit-enabled = true;
};