From 03777c3d8c67b8b21155c1cdccb56f451cfee089 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 21 Jan 2025 15:04:25 +0100 Subject: feat(modules/matrix): init on server3 --- modules/by-name/co/constants/module.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name/co/constants') diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index de3ebac..fd00a34 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -29,6 +29,8 @@ peertube = 992; # TODO Sort correctly mastodon = 996; redis-mastodon = 991; + matrix-synapse = 224; + mautrix-whatsapp = 225; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -44,6 +46,7 @@ peertube = 992; mastodon = 996; redis-mastodon = 991; + matrix-synapse = 224; # The gid should match the uid. Thus should not be >= 400; }; -- cgit 1.4.1