diff options
author | lassulus <lass@aidsballs.de> | 2016-07-07 23:33:49 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-07 23:33:49 +0200 |
commit | 18ff162945aa66192e89b5b57c49e4b4fe122f64 (patch) | |
tree | c99bc60647988323c3054add53dc538fe78e9861 /makefu/1systems/pornocauster.nix | |
parent | f4b2262c7eb07a4b66a9352e9851e9e94c13b540 (diff) | |
parent | fa2eb245f30df9f69720ec5853b2c15dd67cdf28 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/pornocauster.nix')
-rw-r--r-- | makefu/1systems/pornocauster.nix | 2 |
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; |