WIP: build mattermost web app from source and remove spam properly #53

Draft
fsagbuya wants to merge 3 commits from fsagbuya/it-infra:mattermost-webapp into master
Showing only changes of commit 70f766efe0 - Show all commits

View File

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