about summary refs log tree commit diff
path: root/adho-configuration.nix
diff options
context:
space:
mode:
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;