summaryrefslogtreecommitdiffstats
path: root/makefu/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
commit9c1cd09a8171ffd85a77a7e89a020cabcab2b4f4 (patch)
treebfe3664ae06b2fb9f9dfe577a8edb7ffe2137665 /makefu/1systems/x.nix
parent90afbfa31af036f4475005cd80dbf6b1722c4de4 (diff)
m 1 *: add torrent
Diffstat (limited to 'makefu/1systems/x.nix')
-rw-r--r--makefu/1systems/x.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix
index 2d6923c9..4829aaab 100644
--- a/makefu/1systems/x.nix
+++ b/makefu/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;