diff options
author | makefu <github@syntax-fehler.de> | 2016-08-22 18:44:29 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-08-22 18:44:29 +0200 |
commit | 7761a15e57fe63112de01b232b7d67c3fe16df72 (patch) | |
tree | a515884abefaf7cddbda0c8286654562c575a9ef /makefu | |
parent | c8f2a171eb0335847bb4574c76a2c0a448272d09 (diff) |
m 3 rtorrent: add TODO
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/3modules/rtorrent.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/3modules/rtorrent.nix b/makefu/3modules/rtorrent.nix index 404c9d4f0..8550d54b0 100644 --- a/makefu/3modules/rtorrent.nix +++ b/makefu/3modules/rtorrent.nix @@ -101,6 +101,7 @@ let default = pkgs.rtorrent; }; + # TODO: enable xmlrpc with web.enable xmlrpc = mkOption { type = with types; nullOr str; description = '' |