diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |