From 2efe7db29383fa958ca37e64911485b4baf9303f Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 19:11:58 -0500 Subject: [PATCH] proxy: aaaaaaaaaaaaaa --- nixos/hosts/ingress-proxy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 606f94e..2b741d3 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -21,7 +21,7 @@ in { # Matrix (main) "mx.sapphic.engineer" = { forceSSL = true; - enableACME = true; + #enableACME = true; listen = [ { addr = "0.0.0.0"; port = 443; ssl = true; } @@ -47,7 +47,7 @@ in { # Generic store for /.well-known/ paths. "well-known.sapphic.engineer" = { forceSSL = true; - enableACME = true; + #enableACME = true; locations."=/.well-known/matrix/server" = let alias = pkgs.writeText "well-known-matrix-server" (builtins.toJSON {