summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-05 17:52:22 +0200
committerRory& <root@rory.gay>2026-04-06 01:24:54 +0200
commit366ba15953624fc6ce40fa7ab58e59ac27d0ae71 (patch)
treecb77d66ec754b5d1d6a268b4dba1805374aee753
parentMerge pull request #1622 from CyberL1/fix/github-embeds (diff)
downloadserver-ts-366ba15953624fc6ce40fa7ab58e59ac27d0ae71.tar.xz
Minor test vm fixes
-rw-r--r--nix/testVm/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/testVm/configuration.nix b/nix/testVm/configuration.nix

index 1e70da99..bd1e54b8 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;