bicep/matrix: use synapse package from stable
Some checks failed
Eval nix flake / evals (push) Failing after 1m52s

It's fixed now
This commit is contained in:
2023-12-16 00:22:02 +01:00
parent bcd5292f78
commit 4ea90380ad
3 changed files with 9 additions and 29 deletions

View File

@@ -29,7 +29,6 @@ in {
services.matrix-synapse-next = {
enable = true;
package = inputs.nixpkgs-matrix-buildenv.legacyPackages.x86_64-linux.matrix-synapse;
plugins = [
(pkgs.python3Packages.callPackage ./smtp-authenticator { })