diff --git a/nixos/hosts/olympus/nginx/configuration.nix b/nixos/hosts/olympus/nginx/configuration.nix index 55f28fd3..99155af5 100644 --- a/nixos/hosts/olympus/nginx/configuration.nix +++ b/nixos/hosts/olympus/nginx/configuration.nix @@ -175,18 +175,18 @@ in forceSSL = true; root = inputs.essentials.packages.${pkgs.system}.default; }; - "cinny.chat.meowy.tech" = { - enableACME = true; - forceSSL = true; + # "cinny.chat.meowy.tech" = { + # enableACME = true; + # forceSSL = true; - root = pkgs.cinny.override { - conf = { - defaultHomeserver = 0; - allowCustomHomeservers = false; - homeserverList = [ "chat.meowy.tech" ]; - }; - }; - }; + # root = pkgs.cinny.override { + # conf = { + # defaultHomeserver = 0; + # allowCustomHomeservers = false; + # homeserverList = [ "chat.meowy.tech" ]; + # }; + # }; + # }; "admin.chat.meowy.tech" = { enableACME = true; forceSSL = true;