Skip to content

Commit 06b876a

Browse files
Add test for matrix with socket listening
1 parent d0f2130 commit 06b876a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/default.nix

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,24 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) {
3333
};
3434
};
3535

36+
matrix-synapse-nginx-with-socket = mkTest {
37+
module = {
38+
services = {
39+
matrix-synapse = {
40+
enable = true;
41+
domain = "example.org";
42+
listenOnSocket = true;
43+
element-web = {
44+
enable = true;
45+
domain = "example.org";
46+
};
47+
};
48+
49+
nginx.enable = true;
50+
};
51+
};
52+
};
53+
3654
matrix-synapse-no-nginx = mkTest {
3755
module = {
3856
services.matrix-synapse = {

0 commit comments

Comments
 (0)