7 lines
115 B
Nix
Executable file
7 lines
115 B
Nix
Executable file
{
|
|
services.mattermost = {
|
|
enable = true;
|
|
siteUrl = "https://chat.mtgmonkey.net";
|
|
port = 9780;
|
|
};
|
|
}
|