diff options
author | makefu <github@syntax-fehler.de> | 2017-10-10 00:04:14 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-10-10 00:04:14 +0200 |
commit | 0652354ee674005a9e0f5477c1741fbaaa69999e (patch) | |
tree | a8bd38818cae8eb9ef47f7ddb21f25c3efb936b7 /makefu/1systems/latte | |
parent | be37b4e5b3009e4b22876f39110213c191eb49ab (diff) |
ma latte.r: add torrent
Diffstat (limited to 'makefu/1systems/latte')
-rw-r--r-- | makefu/1systems/latte/config.nix | 1 | ||||
-rw-r--r-- | makefu/1systems/latte/source.nix | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/makefu/1systems/latte/config.nix b/makefu/1systems/latte/config.nix index d532f216f..3b06660c6 100644 --- a/makefu/1systems/latte/config.nix +++ b/makefu/1systems/latte/config.nix @@ -26,6 +26,7 @@ in { <stockholm/makefu/2configs/zsh-user.nix> # Services <stockholm/makefu/2configs/remote-build/slave.nix> + <stockholm/makefu/2configs/torrent.nix> ]; krebs = { diff --git a/makefu/1systems/latte/source.nix b/makefu/1systems/latte/source.nix index d997fb3f0..d9600909a 100644 --- a/makefu/1systems/latte/source.nix +++ b/makefu/1systems/latte/source.nix @@ -1,3 +1,4 @@ import <stockholm/makefu/source.nix> { - name="latte"; + name = "latte"; + torrent = true; } |