feat(matrix): switch to matrix-conduit from nixos-unstable
This commit is contained in:
parent
302151a92b
commit
e8e8ffe166
3 changed files with 11 additions and 152 deletions
services/matrix
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
server_name = "felschr.com";
|
||||
|
@ -6,7 +6,7 @@ let
|
|||
in {
|
||||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
package = inputs.conduit.packages.${pkgs.system}.default;
|
||||
package = pkgs.unstable.matrix-conduit;
|
||||
settings.global = {
|
||||
inherit server_name;
|
||||
database_backend = "rocksdb";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue