From ffb00cd62672c19e875820049b86eb362e6d0775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Sun, 14 May 2017 09:40:30 -0400 Subject: Add matrix configuration. --- data/aliases.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/aliases.nix b/data/aliases.nix index 73a86a6..13a93d5 100644 --- a/data/aliases.nix +++ b/data/aliases.nix @@ -4,5 +4,7 @@ rec { }; services = { hydra = { address = ip.shape; port = 11101; }; + matrix = { address = ip.shape; port = 11102; }; + matrixFederation = { address = ip.shape; port = 8448; }; }; } -- cgit v1.2.3