From ffbc52696c67479f6204f7ea2f635c243cc380de Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 17 Feb 2024 21:24:11 +0100 Subject: [PATCH] open port 80 --- systems/zap/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systems/zap/default.nix b/systems/zap/default.nix index 23bb393..5ca065a 100644 --- a/systems/zap/default.nix +++ b/systems/zap/default.nix @@ -52,8 +52,8 @@ forceSSL = true; }; "db.missing.ninja" = { - enableACME = false; - forceSSL = false; + enableACME = true; + forceSSL = true; locations."/" = { proxyPass = "http://134.255.219.135:8000/"; }; @@ -90,8 +90,8 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 443 8000 ]; - allowedUDPPorts = [ 443 8000 ]; + allowedTCPPorts = [ 80 443 8000 ]; +# allowedUDPPorts = [ 80 443 8000 ]; }; users.users.fp = {