init
This commit is contained in:
commit
f7d48d286a
16 changed files with 519 additions and 0 deletions
7
services/mattermost.nix
Executable file
7
services/mattermost.nix
Executable file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.mattermost = {
|
||||
enable = true;
|
||||
siteUrl = "https://chat.mtgmonkey.net";
|
||||
port = 9780;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue