chore(transmission)!: enable rpc endpoint

This commit is contained in:
reo101 2023-12-08 01:18:51 +02:00
parent e3524e4777
commit 0fae14d92a
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -4,14 +4,20 @@
tremc
];
networking.extraHosts = ''
127.0.0.1 jeeves
'';
services = {
transmission = {
enable = true;
openRPCPort = true;
# TODO: `credentialsFile` for RPC password with agenix
settings = {
download-dir = "/data/torrents/download";
incomplete-dir = "/data/torrents/incomplete";
incomplete-dir-enabled = true;
rpc-bind-address = "0.0.0.0";
rpc-whitelist = "127.0.0.1,192.168.*.*,10.100.0.*";
};
};