Refactor matrix module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m29s

This commit is contained in:
2024-07-21 12:00:25 +01:00
parent 2f8f03faf8
commit abfb24ca21
2 changed files with 60 additions and 58 deletions

View File

@ -64,11 +64,11 @@
headscale.enable = true;
matrix = {
enable = true;
bridges = {
signal = true;
whatsapp = true;
};
usePostgresql = databases.postgresql.enable;
bridges = [
"signal"
"whatsapp"
];
};
nginx.enable = true;
photoprism.enable = true;