From 366ba15953624fc6ce40fa7ab58e59ac27d0ae71 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 5 Apr 2026 17:52:22 +0200 Subject: [PATCH] Minor test vm fixes --- nix/testVm/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/testVm/configuration.nix b/nix/testVm/configuration.nix index 1e70da99a..bd1e54b82 100644 --- a/nix/testVm/configuration.nix +++ b/nix/testVm/configuration.nix @@ -31,7 +31,7 @@ in enable = true; apiEndpoint = sbLib.mkEndpointRaw "api.sb.localhost" 3001 8080 false; gatewayEndpoint = sbLib.mkEndpointRaw "gw.sb.localhost" 3002 8080 false; - extraGatewayPorts = lib.range 3100 3103; # 4 gateways total + # extraGatewayPorts = lib.range 3100 3102; # 4 gateways total cdnEndpoint = sbLib.mkEndpointRaw "cdn.sb.localhost" 3003 8080 false; adminApiEndpoint = sbLib.mkEndpointRaw "admin.sb.localhost" 3004 8080 false; webrtcEndpoint = sbLib.mkEndpointRaw "voice.sb.localhost" 3005 8080 false; @@ -108,7 +108,7 @@ in services.nginx.enable = true; services.nginx.recommendedOptimisation = true; services.nginx.appendConfig = '' - worker_processes 6; + worker_processes 4; ''; services.nginx.eventsConfig = '' worker_connections 512;