From ea58be6fdc80c997055bf9e9cd7d45f58436bbac Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 9 May 2026 11:57:21 +0200 Subject: [PATCH] fix typo --- modules/server/containers/defs/etherpad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/defs/etherpad.nix b/modules/server/containers/defs/etherpad.nix index 19b7f4f..d3086ee 100644 --- a/modules/server/containers/defs/etherpad.nix +++ b/modules/server/containers/defs/etherpad.nix @@ -54,7 +54,7 @@ let requireAuthentication = "\${REQUIRE_AUTHENTICATION:true}"; requireAuthorization = "\${REQUIRE_AUTHORIZATION:false}"; trustProxy = "\${TRUST_PROXY:false}"; - socketTransportProtocols = ["websocket", "polling"]; + socketTransportProtocols = ["websocket" "polling"]; socketIo.maxHttpBufferSize = "\${SOCKETIO_MAX_HTTP_BUFFER_SIZE:1000000}";