This commit is contained in:
mtgmonkey 2025-06-08 13:11:14 +00:00
commit f7d48d286a
16 changed files with 519 additions and 0 deletions

7
services/mattermost.nix Executable file
View file

@ -0,0 +1,7 @@
{
services.mattermost = {
enable = true;
siteUrl = "https://chat.mtgmonkey.net";
port = 9780;
};
}