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 @@ -{}