update conduwuit to latest

This commit is contained in:
Grisha Shipunov 2025-02-06 23:27:09 +00:00
parent 16cddf11dd
commit 97ce3fd7d1
3 changed files with 635 additions and 12 deletions

View file

@ -1,8 +1,11 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
let
conduwuit-latest = inputs.conduwuit.packages.${pkgs.system}.all-features;
in
{
services.matrix-conduit = {
enable = true;
package = pkgs.conduwuit;
package = conduwuit-latest;
settings = {
global = {
database_backend = "rocksdb";