diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 4f62419..60f6da0 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -51,7 +51,7 @@ in { # Generic store for /.well-known/ paths. "well-known.sapphic.engineer" = { - serverAliases = [ "sapphic.engineer" ]; + #serverAliases = [ "sapphic.engineer" ]; forceSSL = false; enableACME = true;