From e99e3e4fa52fa1f22df428a5ff5d2b533c11dd02 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 26 Dec 2016 14:18:43 +0100 Subject: l 2 downloading: adapt to new api --- lass/2configs/downloading.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lass/2configs/downloading.nix b/lass/2configs/downloading.nix index ca0aded7..27b6d22d 100644 --- a/lass/2configs/downloading.nix +++ b/lass/2configs/downloading.nix @@ -40,9 +40,8 @@ with import ; enable = true; web = { enable = true; - enableAuth = true; - listenAddress = "9091"; - authfile = ; + port = 9091; + basicAuth = import ; }; rutorrent.enable = true; enableXMLRPC = true; -- cgit v1.2.3