nixbld: use local mattermost

This commit is contained in:
Florian Agbuya 2024-12-12 12:23:44 +08:00
parent 9045368b16
commit 70f766efe0

View File

@ -915,6 +915,7 @@ in
services.mattermost = {
enable = true;
package = pkgs.callPackage ./mattermost {};
siteUrl = "https://chat.m-labs.hk/";
mutableConfig = true;
};