feat(adho): Open Chromecast-related ports in firewall

This commit is contained in:
Vincent Ambo 2018-03-22 17:49:08 +01:00
parent fc7b24245f
commit e017868640

View file

@ -92,6 +92,9 @@
"Lorry Gjest" = {}; "Lorry Gjest" = {};
"Amundsengjest" = {}; "Amundsengjest" = {};
}; };
# Open Chromecast-related ports
firewall.allowedTCPPorts = [ 5556 5558 ];
}; };
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;