diff options
-rw-r--r-- | adho-configuration.nix | 3 |
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; |