nixos/dendrite: remove (#124524)

* The options tlsKey and tlsCert require being accessible by DynamicUser at runtime, which currently requires copying the files into the matrix service state directory. Fixing this might require breaking changes. Thus the module should not be included in a stable release.
This commit is contained in:
Michael Lingelbach
2021-05-27 01:41:05 -07:00
committed by GitHub
parent 611cedc127
commit 676ddafd3d
5 changed files with 0 additions and 286 deletions

View File

@@ -13,10 +13,6 @@ buildGoModule rec {
vendorSha256 = "1l1wydvi0yalas79cvhrqg563cvs57hg9rv6qnkw879r6smb2x1n";
passthru.tests = {
inherit (nixosTests) dendrite;
};
meta = with lib; {
homepage = "https://matrix.org";
description = "Dendrite is a second-generation Matrix homeserver written in Go!";