From 70f53bf307afef70447b233c424e43bb3ad9ed20 Mon Sep 17 00:00:00 2001 From: "M. Ian Graham" Date: Sun, 15 Sep 2024 21:29:50 +0900 Subject: [PATCH] nixos/dendrite: fix broken example conf link Example config yaml has moved to: https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.yaml --- nixos/modules/services/matrix/dendrite.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/matrix/dendrite.nix b/nixos/modules/services/matrix/dendrite.nix index 5152dfadf2e5..fdd91d776254 100644 --- a/nixos/modules/services/matrix/dendrite.nix +++ b/nixos/modules/services/matrix/dendrite.nix @@ -258,7 +258,7 @@ in default = { }; description = '' Configuration for dendrite, see: - + for available options with which to populate settings. ''; };