summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-07-08 03:12:54 +0200
committerRory& <root@rory.gay>2026-07-08 03:12:54 +0200
commite3136267609047929e378f46b9755fd5185c068e (patch)
tree672e54ee7ca581880805e2eb783d731c2b497c23
parentNix: handle klipy api key path (diff)
downloadserver-ts-e3136267609047929e378f46b9755fd5185c068e.tar.xz
Clean up nix test vm to more closely match prod
-rw-r--r--nix/testVm/configuration.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/testVm/configuration.nix b/nix/testVm/configuration.nix

index f732ffd7..f94d1172 100644 --- a/nix/testVm/configuration.nix +++ b/nix/testVm/configuration.nix
@@ -59,11 +59,11 @@ in }; offload = { - enable = false; + enable = true; gateway = { - enableIdentify = true; - enableGuildMembers = true; - enableGuildSync = true; + enableIdentify = false; + enableGuildMembers = false; + enableGuildSync = false; enableLazyRequest = true; enableChannelStatuses = true; enableChannelInfo = true; @@ -77,7 +77,7 @@ in }; cdnCs = { - enable = true; + enable = false; extraConfiguration.ConnectionStrings.Spacebar = csConnectionString; };