diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-21 15:04:25 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-21 16:05:26 +0100 |
commit | 03777c3d8c67b8b21155c1cdccb56f451cfee089 (patch) | |
tree | 27192665a618181e38c90a7b9a86983f32c2fabe /modules/by-name/co/constants/module.nix | |
parent | feat(modules/mastodon): init on server3 (diff) | |
download | nixos-server-03777c3d8c67b8b21155c1cdccb56f451cfee089.zip |
feat(modules/matrix): init on server3
Diffstat (limited to 'modules/by-name/co/constants/module.nix')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; |