use conduit package from unstable nixpkgs
This commit is contained in:
parent
d9f2d24b05
commit
4024673591
2 changed files with 13 additions and 6 deletions
|
|
@ -45,9 +45,10 @@ in
|
|||
services.matrix-conduit = {
|
||||
enable = true;
|
||||
|
||||
# This causes NixOS to use the flake defined in this repository instead of
|
||||
# the build of Conduit built into nixpkgs.
|
||||
package = inputs.conduit.packages.${pkgs.system}.default;
|
||||
package = pkgs.unstable.conduit;
|
||||
|
||||
global.allow_federation = false;
|
||||
global.allow_registration = true;
|
||||
|
||||
settings.global = {
|
||||
inherit server_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue