From 432bb85f486e25b71d5eb9a2e627a7a1769beb79 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Dec 2018 01:00:47 +0100 Subject: feat: Open firewall port 3000 --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 02015cbf24c7..57f5c56dc798 100644 --- a/configuration.nix +++ b/configuration.nix @@ -36,8 +36,8 @@ "1.0.0.1" ]; - # Open Chromecast-related ports - firewall.allowedTCPPorts = [ 5556 5558 ]; + # Open Chromecast-related ports & servedir + firewall.allowedTCPPorts = [ 3000 5556 5558 ]; }; # Generate an immutable /etc/resolv.conf from the nameserver settings -- cgit 1.4.1