add Mattermost service configuration and related variables
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 6s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m17s

This commit is contained in:
2026-04-13 22:59:00 -04:00
parent 6ee3eaf9d3
commit 732d29eea3

View File

@@ -1,10 +1,10 @@
{
config,
...
}:
let
vars = import ./vars.nix;
in
{
services.mattermost = {
enable = true;