m 2 rtorrent: initial config with rutorrent
This commit is contained in:
parent
5557ae2566
commit
3853da411a
13
makefu/2configs/rtorrent.nix
Normal file
13
makefu/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 New Issue
Block a user