m 2 rtorrent: initial config with rutorrent

This commit is contained in:
makefu 2016-08-22 18:42:03 +02:00
parent 5557ae2566
commit 3853da411a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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;
};
}