summaryrefslogtreecommitdiffstats
path: root/1systems/x.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/x.nix
parent6b9117543ef8362b2f3b677e492fa0da8d1016fb (diff)
m 1 *: add torrent
Diffstat (limited to '1systems/x.nix')
-rw-r--r--1systems/x.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/1systems/x.nix b/1systems/x.nix
index 2d6923c9e..4829aaabd 100644
--- a/1systems/x.nix
+++ b/1systems/x.nix
@@ -42,10 +42,13 @@
../2configs/tinc/retiolum.nix
# temporary modules
../2configs/temp/share-samba.nix
- # ../2configs/temp/elkstack.nix
+ ../2configs/temp/elkstack.nix
# ../2configs/temp/sabnzbd.nix
../2configs/tinc/siem.nix
+ ../2configs/torrent.nix
];
+ makefu.full-populate = true;
+ makefu.deluge.web.enable = true;
krebs.nginx = {
default404 = false;
servers.default.listen = [ "80 default_server" ];
@@ -58,7 +61,7 @@
# configure pulseAudio to provide a HDMI sink as well
networking.firewall.enable = true;
- networking.firewall.allowedTCPPorts = [ 80 24800 26061 ];
+ networking.firewall.allowedTCPPorts = [ 80 24800 26061 8000 ];
networking.firewall.allowedUDPPorts = [ 665 26061 ];
krebs.build.host = config.krebs.hosts.x;