diff --git a/configuration.nix b/configuration.nix index 2681f29..b685834 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,7 +18,7 @@ networking = { hostName = "play"; networkmanager.enable = true; - # firewall.allowedTCPPorts = [ 80 443 ]; + firewall.allowedTCPPorts = [ 8080 ]; # firewall.allowedUDPPorts = [ ... ]; interfaces.ens18.ipv4.addresses = [ { address = "10.0.0.100";