diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-03-22T16·49+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-03-22T16·49+0100 |
commit | e0178686406ac98d7f3dc28e3f8f32c4a18ebe99 (patch) | |
tree | 1e38511bb663b20ce6eec689cf857c8b7f14fc5f /adho-configuration.nix | |
parent | fc7b24245fb700dd428d4e2e16820ff3d692c4ea (diff) |
feat(adho): Open Chromecast-related ports in firewall
Diffstat (limited to 'adho-configuration.nix')
-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; |