From 9a6447999e38aab56f8805a80fb8558aa660aa67 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 22 Jul 2024 11:07:37 +0200 Subject: [PATCH] silly typo --- features/synapse-matrix.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/features/synapse-matrix.nix b/features/synapse-matrix.nix index e0c1207..0b24a3c 100644 --- a/features/synapse-matrix.nix +++ b/features/synapse-matrix.nix @@ -47,7 +47,10 @@ in { port = 9000; type = "metrics"; - bind_addresses = ["::1" "0.0.0.0" ] + bind_addresses = [ + "::1" + "0.0.0.0" + ]; } ]; };