Refactor matrix module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m29s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m29s
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user