m 2 rtorrent: initial config with rutorrent

This commit is contained in:
makefu 2016-08-22 18:42:03 +02:00
parent 817da6db6d
commit c6317e2789

13
2configs/rtorrent.nix Normal file
View 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;
};
}