about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRutherther <rutherther@proton.me>2024-03-17 18:56:18 +0100
committerRutherther <rutherther@proton.me>2024-04-02 19:16:45 +0200
commit5effc7956aca6dafc8ac3d4e6378b36ab833aa25 (patch)
tree27798f370209b304107a78668eefb2b3599641b4 /nixos/tests/all-tests.nix
parent404d79c3d068051478d0381ac0c0594540737705 (diff)
mautrix-meta: init service
Acked-by: Rutherther <rutherther@proton.me>
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 89e92bc8a9998..869b0e88a6db8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -520,6 +520,8 @@ in {
   matrix-conduit = handleTest ./matrix/conduit.nix {};
   matrix-synapse = handleTest ./matrix/synapse.nix {};
   matrix-synapse-workers = handleTest ./matrix/synapse-workers.nix {};
+  mautrix-meta-postgres = handleTest ./matrix/mautrix-meta-postgres.nix {};
+  mautrix-meta-sqlite = handleTest ./matrix/mautrix-meta-sqlite.nix {};
   mattermost = handleTest ./mattermost.nix {};
   mealie = handleTest ./mealie.nix {};
   mediamtx = handleTest ./mediamtx.nix {};