From e0178686406ac98d7f3dc28e3f8f32c4a18ebe99 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 22 Mar 2018 17:49:08 +0100 Subject: [PATCH] feat(adho): Open Chromecast-related ports in firewall --- adho-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adho-configuration.nix b/adho-configuration.nix index 7b74d2241..53a410c29 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;