m 2 rtorrent: initial config with rutorrent
This commit is contained in:
parent
817da6db6d
commit
c6317e2789
13
2configs/rtorrent.nix
Normal file
13
2configs/rtorrent.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
_:
|
||||||
|
let
|
||||||
|
listenPort = 60123;
|
||||||
|
xml-port = 5000;
|
||||||
|
in {
|
||||||
|
makefu.rtorrent = {
|
||||||
|
enable = true;
|
||||||
|
web.enable = true;
|
||||||
|
xmlrpc = "localhost:${toString xml-port}";
|
||||||
|
logLevel = "debug";
|
||||||
|
inherit listenPort;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue