diff options
author | makefu <github@syntax-fehler.de> | 2017-07-16 15:16:45 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-16 15:16:45 +0200 |
commit | 872c75a4255508ce24a0777e4fbfe744a77d1d30 (patch) | |
tree | 189c57fd99cb6a8998681511c8784b5369453f0b /makefu/1systems/x | |
parent | 7dbd54880de22cbebd95593f643f638551ca62df (diff) |
ma: move torrent secrets to source.nix
Diffstat (limited to 'makefu/1systems/x')
-rw-r--r-- | makefu/1systems/x/config.nix | 1 | ||||
-rw-r--r-- | makefu/1systems/x/source.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 2dd232193..80c09df1c 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/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/makefu/1systems/x/source.nix b/makefu/1systems/x/source.nix index 54ec3c8a9..6dc17b656 100644 --- a/makefu/1systems/x/source.nix +++ b/makefu/1systems/x/source.nix @@ -1,4 +1,5 @@ import <stockholm/makefu/source.nix> { name="x"; full = true; + # torrent = true; } |