From 9b1ef080e62e5010f4903704e2d7a822840a7bc5 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 16 Jul 2017 15:16:45 +0200 Subject: ma: move torrent secrets to source.nix --- 1systems/gum/source.nix | 1 + 1systems/x/config.nix | 1 + 1systems/x/source.nix | 1 + 3 files changed, 3 insertions(+) (limited to '1systems') 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 { 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 ; # # Testing + # # # # 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 { name="x"; full = true; + # torrent = true; } -- cgit v1.2.3