about summary refs log tree commit diff
path: root/adho-configuration.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-03-22T16·49+0100
committerVincent Ambo <tazjin@gmail.com>2018-03-22T16·49+0100
commite0178686406ac98d7f3dc28e3f8f32c4a18ebe99 (patch)
tree1e38511bb663b20ce6eec689cf857c8b7f14fc5f /adho-configuration.nix
parentfc7b24245fb700dd428d4e2e16820ff3d692c4ea (diff)
feat(adho): Open Chromecast-related ports in firewall
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r--adho-configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix
index 7b74d2241865..53a410c29bd2 100644
--- a/adho-configuration.nix
+++ b/adho-configuration.nix
@@ -92,6 +92,9 @@
       "Lorry Gjest" = {};
       "Amundsengjest" = {};
     };
+
+    # Open Chromecast-related ports
+    firewall.allowedTCPPorts = [ 5556 5558 ];
   };
 
   hardware.bluetooth.enable = true;