From 732d29eea37adad30e21684d5ed1d4514a429d8f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 13 Apr 2026 22:59:00 -0400 Subject: [PATCH] add Mattermost service configuration and related variables --- systems/palatine-hill/mattermost.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/mattermost.nix b/systems/palatine-hill/mattermost.nix index f4c8021..efe8fff 100644 --- a/systems/palatine-hill/mattermost.nix +++ b/systems/palatine-hill/mattermost.nix @@ -1,10 +1,10 @@ { config, + ... }: let vars = import ./vars.nix; in - { services.mattermost = { enable = true;