summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/rtorrent.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-10-08 23:39:41 +0200
committermakefu <github@syntax-fehler.de>2018-10-08 23:39:41 +0200
commit77bf84d5ffdab0f930c125ae8daaa15e25e4c879 (patch)
tree28ddf94ec5891982d46d75f3df72c5ae882eff0e /makefu/2configs/rtorrent.nix
parente51aa863c5c7b6403b2b8dcbe064697476f200ea (diff)
ma pkgs.inkscape: share/extensions solves the issuegum/18.09
see ee44a46c858b5a80c1888ab5d38aef43a9577783 in https://gitlab.com/inkscape/extensions
Diffstat (limited to 'makefu/2configs/rtorrent.nix')
-rw-r--r--makefu/2configs/rtorrent.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/makefu/2configs/rtorrent.nix b/makefu/2configs/rtorrent.nix
deleted file mode 100644
index 9e2990cab..000000000
--- a/makefu/2configs/rtorrent.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-_:
-let
- listenPort = 60123;
- xml-port = 5000;
- authfile = <torrent-secrets/authfile>;
-in {
- makefu.rtorrent = {
- enable = true;
- web = {
- enable = true;
- enableAuth = true;
- inherit authfile;
- };
- rutorrent.enable = true;
- enableXMLRPC = true;
- logLevel = "debug";
- inherit listenPort;
- };
-}