From 783503a48eb3e8933580a08351ca18466b55bf4c Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 12 Feb 2026 23:29:32 -0700 Subject: [PATCH] Update nginx.nix --- modules/nginx.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/nginx.nix b/modules/nginx.nix index 0b3b390..bb835fd 100644 --- a/modules/nginx.nix +++ b/modules/nginx.nix @@ -4,12 +4,10 @@ let serverName = "atri.dad"; matrixDomain = "matrix.atri.dad"; - # .well-known/matrix/server JSON (served from atri.dad for delegation) wellKnownServer = builtins.toJSON { "m.server" = "${matrixDomain}:443"; }; - # .well-known/matrix/client JSON (served from atri.dad for delegation) wellKnownClient = builtins.toJSON { "m.homeserver" = { base_url = "https://${matrixDomain}"; @@ -373,7 +371,6 @@ in }; }; - # Matrix "matrix.atri.dad" = { enableACME = true; forceSSL = true; @@ -387,12 +384,10 @@ in }; }; - # LiveKit WebRTC signaling domain (MatrixRTC) "matrixrtc.atri.dad" = { enableACME = true; forceSSL = true; - # lk-jwt-service locations."~ ^(/sfu/get|/healthz)" = { priority = 400; proxyPass = "http://[::1]:${toString config.services.lk-jwt-service.port}"; @@ -403,7 +398,6 @@ in ''; }; - # livekit locations."/" = { proxyPass = "http://[::1]:${toString config.services.livekit.settings.port}"; proxyWebsockets = true; @@ -416,7 +410,6 @@ in }; }; - # atash.dev hosts "atash.dev" = { enableACME = true; forceSSL = true;