l 2 downloading: adapt to new api

This commit is contained in:
lassulus 2016-12-26 14:18:43 +01:00
parent b9e3b93105
commit e99e3e4fa5

View File

@ -40,9 +40,8 @@ with import <stockholm/lib>;
enable = true; enable = true;
web = { web = {
enable = true; enable = true;
enableAuth = true; port = 9091;
listenAddress = "9091"; basicAuth = import <secrets/torrent-auth>;
authfile = <secrets/torrent-authfile>;
}; };
rutorrent.enable = true; rutorrent.enable = true;
enableXMLRPC = true; enableXMLRPC = true;