add Mattermost service configuration and related variables

This commit is contained in:
2026-04-13 22:49:18 -04:00
parent e3c43a2d8a
commit 352b589ad1
5 changed files with 33 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ in
ensureDatabases = [
"atticd"
"alice"
"mattermost"
];
ensureUsers = [
{
@@ -171,6 +172,7 @@ in
"hydra-server"
"atticd"
"gitea"
"mattermost"
];
};
};