Loading nixos/modules/services/web-apps/mattermost.nix +2 −2 Original line number Diff line number Diff line Loading @@ -668,7 +668,7 @@ in } else if cfg.database.driver == "mysql" then { charset = "utf8mb4,utf8"; charset = "utf8mb4"; writeTimeout = "60s"; readTimeout = "60s"; } Loading @@ -682,7 +682,7 @@ in } else if config.mattermost.database.driver == "mysql" then { charset = "utf8mb4,utf8"; charset = "utf8mb4"; writeTimeout = "60s"; readTimeout = "60s"; } Loading pkgs/by-name/ma/mattermost/tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ mattermost.overrideAttrs ( # Start Postgres. export PGDATA="$NIX_BUILD_TOP/.postgres" initdb -U postgres initdb -E UTF8 -U postgres mkdir -p "$PGDATA/run" cat <<EOF >> "$PGDATA/postgresql.conf" unix_socket_directories = '$PGDATA/run' Loading Loading
nixos/modules/services/web-apps/mattermost.nix +2 −2 Original line number Diff line number Diff line Loading @@ -668,7 +668,7 @@ in } else if cfg.database.driver == "mysql" then { charset = "utf8mb4,utf8"; charset = "utf8mb4"; writeTimeout = "60s"; readTimeout = "60s"; } Loading @@ -682,7 +682,7 @@ in } else if config.mattermost.database.driver == "mysql" then { charset = "utf8mb4,utf8"; charset = "utf8mb4"; writeTimeout = "60s"; readTimeout = "60s"; } Loading
pkgs/by-name/ma/mattermost/tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ mattermost.overrideAttrs ( # Start Postgres. export PGDATA="$NIX_BUILD_TOP/.postgres" initdb -U postgres initdb -E UTF8 -U postgres mkdir -p "$PGDATA/run" cat <<EOF >> "$PGDATA/postgresql.conf" unix_socket_directories = '$PGDATA/run' Loading