From 0fe7c1a0828cb4f351233824abfd90402ae08a3c Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 20:03:12 -0500 Subject: [PATCH] fix --- nixos/hosts/ingress-proxy/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 606f94e..3dc3873 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -20,8 +20,8 @@ in { virtualHosts = { # Matrix (main) "mx.sapphic.engineer" = { - forceSSL = true; - enableACME = true; + #forceSSL = true; + #enableACME = true; listen = [ { addr = "0.0.0.0"; port = 443; ssl = true; } @@ -46,8 +46,8 @@ in { # Generic store for /.well-known/ paths. "well-known.sapphic.engineer" = { - forceSSL = true; - enableACME = true; + #forceSSL = true; + #enableACME = true; locations."=/.well-known/matrix/server" = let alias = pkgs.writeText "well-known-matrix-server" (builtins.toJSON {