chore(transmission)!: enable rpc
endpoint
This commit is contained in:
parent
e3524e4777
commit
0fae14d92a
1 changed files with 6 additions and 0 deletions
|
@ -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.*";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue