From 243188cf9a5f892f1ceff7376a5d6c0e697add27 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 9 Aug 2024 23:28:55 +0200 Subject: [PATCH] Allow firewall --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";