summaryrefslogtreecommitdiff
path: root/nixos/hosts/tente/matrix.nix
AgeCommit message (Collapse)Author
25 hourstente: replace Synapse with ConduitMartin Fischer
I didn't have working push notifications for a long time with Synapse. At one point I had tried setting up ntfy since it implements a Matrix push gateway but never got this to work. Conduit has a push gateway builtin and also Rust makes more sense for a Matrix server than Python.
31 hoursrefactor: pass lib and pkgs to helpers.nixMartin Fischer
2025-03-27tweak(tente): rotate matrix nginx access logs dailyMartin Fischer
2025-03-27refactor: pass config to helpersMartin Fischer
2025-03-27tweak(tente): increase Synapse log level to warningMartin Fischer
2025-03-09tente: configure separate nginx logsMartin Fischer
2024-12-28refactor(tente): declare ports in default.nixMartin Fischer
2024-12-27refactor: split up tente/default.nixMartin Fischer