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 = {