diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index c116dc8..8c99e68 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -25,15 +25,15 @@ 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; } - # { addr = "[::]"; port = 443; ssl = true; } - # { addr = "0.0.0.0"; port = 8448; ssl = true; } - # { addr = "[::]"; port = 8448; ssl = true; } - #]; + listen = [ + { addr = "0.0.0.0"; port = 443; ssl = true; } + { addr = "[::]"; port = 443; ssl = true; } + { addr = "0.0.0.0"; port = 8448; ssl = true; } + { addr = "[::]"; port = 8448; ssl = true; } + ]; locations."/_matrix/" = { proxyPass = "http://mango";