diff options
author | KJ Ørbekk <kj@orbekk.com> | 2017-05-14 09:40:30 -0400 |
---|---|---|
committer | KJ Ørbekk <kj@orbekk.com> | 2017-05-14 09:40:30 -0400 |
commit | ffb00cd62672c19e875820049b86eb362e6d0775 (patch) | |
tree | b43807493337c0ab58a2f09cc7e401d0b46ae97a /data | |
parent | 48e728d8bfccc42efd23fa6fe9df420b8f7fc028 (diff) |
Add matrix configuration.
Diffstat (limited to 'data')
-rw-r--r-- | data/aliases.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; }; } |