summaryrefslogtreecommitdiffstats
path: root/1systems/wry.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-08-21 12:06:31 +0200
committermakefu <github@syntax-fehler.de>2016-08-21 12:06:31 +0200
commit3d016e470fe55fa16bfc6f705c88b2e98aab8ef7 (patch)
treea81f8e47c4f1ba3917ddb332f95197cda0291495 /1systems/wry.nix
parent6b9117543ef8362b2f3b677e492fa0da8d1016fb (diff)
m 1 *: add torrent
Diffstat (limited to '1systems/wry.nix')
-rw-r--r--1systems/wry.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/1systems/wry.nix b/1systems/wry.nix
index 3764ab4b5..81cd362e6 100644
--- a/1systems/wry.nix
+++ b/1systems/wry.nix
@@ -24,9 +24,10 @@ in {
../2configs/nginx/euer.test.nix
# collectd
- ../2configs/collectd/collectd-base.nix
+ # ../2configs/collectd/collectd-base.nix
../2configs/tinc/retiolum.nix
+ ../2configs/torrent.nix
];
krebs.build.host = config.krebs.hosts.wry;
@@ -83,5 +84,5 @@ in {
nameservers = [ "8.8.8.8" ];
};
- environment.systemPackages = [ ];
+ environment.systemPackages = [ pkgs.screen ];
}