diff options
author | lassulus <lass@lassul.us> | 2016-12-26 14:18:43 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2016-12-26 14:18:43 +0100 |
commit | e99e3e4fa52fa1f22df428a5ff5d2b533c11dd02 (patch) | |
tree | 5d68191497bd27324661d9cbef870b245a7457b4 /lass | |
parent | b9e3b93105d4214de43ee596adff7cf661311780 (diff) |
l 2 downloading: adapt to new api
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/downloading.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lass/2configs/downloading.nix b/lass/2configs/downloading.nix index ca0aded78..27b6d22d5 100644 --- a/lass/2configs/downloading.nix +++ b/lass/2configs/downloading.nix @@ -40,9 +40,8 @@ with import <stockholm/lib>; enable = true; web = { enable = true; - enableAuth = true; - listenAddress = "9091"; - authfile = <secrets/torrent-authfile>; + port = 9091; + basicAuth = import <secrets/torrent-auth>; }; rutorrent.enable = true; enableXMLRPC = true; |