diff --git a/nix/tests/test-bundle-starts.nix b/nix/tests/test-bundle-starts.nix index b9e5d0e..86b998c 100644 --- a/nix/tests/test-bundle-starts.nix +++ b/nix/tests/test-bundle-starts.nix @@ -32,13 +32,6 @@ }; nginx.enable = true; - offload = { - enable = true; - gateway = { - enableGuildSync = true; - }; - extraConfiguration.ConnectionStrings.Spacebar = "Host=127.0.0.1; Username=Spacebar; Password=postgres; Database=spacebar; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"; - }; }; in lib.trace ("Testing with config: " + builtins.toJSON cfg) cfg;