From 285617c2411558ebda9ce11d38cb2d90a0922cc4 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 17 Dec 2022 13:43:44 +0100 Subject: [PATCH] server: open http/https --- hosts/server/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/hardware-configuration.nix b/hosts/server/hardware-configuration.nix index c9d425d..8f94eb7 100644 --- a/hosts/server/hardware-configuration.nix +++ b/hosts/server/hardware-configuration.nix @@ -79,7 +79,7 @@ firewall = { enable = true; allowedUDPPorts = [ ]; - allowedTCPPorts = [ ]; + allowedTCPPorts = [ 80 443 ]; }; };