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" + ]; } ]; };