From 2e047be5ac390045911bb155cb4b5c562d09005b Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 23 Sep 2022 12:55:25 +0200 Subject: Firewall: Allow tcp:80 --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index f8d6437..3f2def7 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -42,7 +42,7 @@ nameservers = [ "9.9.9.9" ]; firewall = { enable = true; - allowedTCPPorts = [ 2222 ]; + allowedTCPPorts = [ 80 2222 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. }; -- cgit 1.4.1