From 1e1cea3790feeedd6a3742fe16e7558ec76bd8c8 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Thu, 29 Mar 2018 18:55:15 +0200
Subject: [PATCH] ma torrent-secrets: enable for drop and fileleech

---
 1systems/drop/source.nix                     | 1 +
 1systems/fileleech/source.nix                | 3 ++-
 6tests/data/secrets/torrent-secrets/auth.nix | 1 -
 3 files changed, 3 insertions(+), 2 deletions(-)
 delete mode 100644 6tests/data/secrets/torrent-secrets/auth.nix

diff --git a/1systems/drop/source.nix b/1systems/drop/source.nix
index 74de846..45bd6f9 100644
--- a/1systems/drop/source.nix
+++ b/1systems/drop/source.nix
@@ -1,3 +1,4 @@
 import <stockholm/makefu/source.nix> {
   name="drop";
+  torrent = true;
 }
diff --git a/1systems/fileleech/source.nix b/1systems/fileleech/source.nix
index 699267e..caca1fb 100644
--- a/1systems/fileleech/source.nix
+++ b/1systems/fileleech/source.nix
@@ -1,3 +1,4 @@
 import <stockholm/makefu/source.nix> {
-  name="fileleech";
+  name = "fileleech";
+  torrent = true;
 }
diff --git a/6tests/data/secrets/torrent-secrets/auth.nix b/6tests/data/secrets/torrent-secrets/auth.nix
deleted file mode 100644
index 0967ef4..0000000
--- a/6tests/data/secrets/torrent-secrets/auth.nix
+++ /dev/null
@@ -1 +0,0 @@
-{}