aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ma/matrix (unfollow)
Commit message (Collapse)Author
2025-12-18modules/matrix: Remove failing postgresql post-start codeBenedikt Peetz
This code stops postgrsql from starting.
2025-05-04modules/matrix: Provide postgresql with a correct sql statementBenedikt Peetz
2025-04-24modules/matrix: Use the typed NixOS for user and db creationBenedikt Peetz
Note, that I have no way to test if this is actually going to work (no tests for matrix). But, I assume that it is not going to pose problems, as we are not migrating the db and these options won't remove state.
2025-04-24modules/matrix: Group `vhack` attr keys togetherBenedikt Peetz
2025-01-25feat(matrix): make secrets configurableSilas Schöffel
2025-01-21feat(modules/matrix): init on server3Silas Schöffel