Revert "modules/nixos/monitoring: import matrix-hook template"

This reverts commit d9bb98aa79.
This commit is contained in:
zowoq 2023-08-26 11:14:38 +10:00
parent 0aabe7310f
commit f5744e67e9
2 changed files with 1 additions and 12 deletions
modules/nixos/monitoring

View file

@ -34,7 +34,7 @@ in
MX_HOMESERVER = "https://matrix-client.matrix.org";
MX_ID = "@nix-community-matrix-bot:matrix.org";
MX_ROOMID = "!cBybDCkeRlSWfuaFvn:numtide.com";
MX_MSG_TEMPLATE = "${./message.html.tmpl}";
MX_MSG_TEMPLATE = "${matrixHook}/message.html.tmpl";
};
serviceConfig = {
Type = "simple";