update conduwuit to latest
This commit is contained in:
parent
16cddf11dd
commit
97ce3fd7d1
3 changed files with 635 additions and 12 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue