From 739cf7abc8adee35faf652ba450a1c553a432283 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 19:12:41 -0500 Subject: [PATCH] fix --- 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 2b741d3..606f94e 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 {