summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-27 12:59:48 +0200
committermakefu <github@syntax-fehler.de>2016-06-27 12:59:48 +0200
commit4d0eb00084c1026f0171d97e979e1b2e9798a6f4 (patch)
treed960f8b848af26380f37d566ac54a6988909147a
parenteee023b2343739c76e2f76a4b4fdf3dd6e5ed88d (diff)
m 1 p: allow 24800 (synergy)
-rw-r--r--makefu/1systems/pornocauster.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/pornocauster.nix b/makefu/1systems/pornocauster.nix
index 7b6c18342..2ab030916 100644
--- a/makefu/1systems/pornocauster.nix
+++ b/makefu/1systems/pornocauster.nix
@@ -64,7 +64,7 @@
# configure pulseAudio to provide a HDMI sink as well
networking.firewall.enable = true;
- networking.firewall.allowedTCPPorts = [ 80 ];
+ networking.firewall.allowedTCPPorts = [ 80 24800 ];
networking.firewall.allowedUDPPorts = [ 665 ];
krebs.build.host = config.krebs.hosts.pornocauster;