summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-16 15:16:45 +0200
committermakefu <github@syntax-fehler.de>2017-07-16 15:16:45 +0200
commit9b1ef080e62e5010f4903704e2d7a822840a7bc5 (patch)
treee0fe8f940b733f7ba2eb089af6a751eb67a3b9f2 /1systems
parentb2f71fa85bea35040022f5e50a949866ae14af2f (diff)
ma: move torrent secrets to source.nix
Diffstat (limited to '1systems')
-rw-r--r--1systems/gum/source.nix1
-rw-r--r--1systems/x/config.nix1
-rw-r--r--1systems/x/source.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/1systems/gum/source.nix b/1systems/gum/source.nix
index 82d42b496..b3ce743ca 100644
--- a/1systems/gum/source.nix
+++ b/1systems/gum/source.nix
@@ -1,3 +1,4 @@
import <stockholm/makefu/source.nix> {
name="gum";
+ torrent = true;
}
diff --git a/1systems/x/config.nix b/1systems/x/config.nix
index 2dd232193..80c09df1c 100644
--- a/1systems/x/config.nix
+++ b/1systems/x/config.nix
@@ -19,6 +19,7 @@ with import <stockholm/lib>;
# <stockholm/makefu/2configs/disable_v6.nix>
# Testing
+ # <stockholm/makefu/2configs/torrent.nix>
# <stockholm/makefu/2configs/lanparty/lancache.nix>
# <stockholm/makefu/2configs/lanparty/lancache-dns.nix>
# <stockholm/makefu/2configs/deployment/dirctator.nix>
diff --git a/1systems/x/source.nix b/1systems/x/source.nix
index 54ec3c8a9..6dc17b656 100644
--- a/1systems/x/source.nix
+++ b/1systems/x/source.nix
@@ -1,4 +1,5 @@
import <stockholm/makefu/source.nix> {
name="x";
full = true;
+ # torrent = true;
}