summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-14 01:42:56 +0100
committerRory& <root@rory.gay>2026-03-14 01:42:56 +0100
commit8543686a744384d488262a02e3013af9db353f11 (patch)
tree244a90c1e610248f0cea28f5eaf05b0838ea3c7b
parentRoll back discord-protos (diff)
downloadserver-ts-8543686a744384d488262a02e3013af9db353f11.tar.xz
fix nixos tests
-rw-r--r--nix/modules/default/gw-sharding.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/default/gw-sharding.nix b/nix/modules/default/gw-sharding.nix

index 5b83e99f..9358aca9 100644 --- a/nix/modules/default/gw-sharding.nix +++ b/nix/modules/default/gw-sharding.nix
@@ -18,6 +18,7 @@ in extraGatewayPorts = lib.mkOption { type = lib.types.listOf lib.types.port; description = "Extra gateway ports"; + default = []; }; };