diff options
author | makefu <github@syntax-fehler.de> | 2018-03-29 18:55:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-03-29 18:55:15 +0200 |
commit | e4d0f7d81f5ff80eef4da50d15d5fdc0d824acf1 (patch) | |
tree | 742f65c70f773cb52ebc70f4640107a08079329e /makefu/1systems/fileleech/source.nix | |
parent | 10bcf2db927692818a948c755fdfbf961a2ac3d7 (diff) |
ma torrent-secrets: enable for drop and fileleech
Diffstat (limited to 'makefu/1systems/fileleech/source.nix')
-rw-r--r-- | makefu/1systems/fileleech/source.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/fileleech/source.nix b/makefu/1systems/fileleech/source.nix index 699267e21..caca1fbcb 100644 --- a/makefu/1systems/fileleech/source.nix +++ b/makefu/1systems/fileleech/source.nix @@ -1,3 +1,4 @@ import <stockholm/makefu/source.nix> { - name="fileleech"; + name = "fileleech"; + torrent = true; } |