From 38809d7c3c6abf0a8303fe55a560887fa2fa972d Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 18 Apr 2026 15:01:16 -0400 Subject: [PATCH] add mattermost listening address --- systems/palatine-hill/mattermost.nix | 1 + systems/palatine-hill/zfs.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/systems/palatine-hill/mattermost.nix b/systems/palatine-hill/mattermost.nix index efe8fff..12227ac 100644 --- a/systems/palatine-hill/mattermost.nix +++ b/systems/palatine-hill/mattermost.nix @@ -15,5 +15,6 @@ in driver = "postgres"; }; dataDir = "${vars.primary_mattermost}/mattermost"; + host = "0.0.0.0"; }; } diff --git a/systems/palatine-hill/zfs.nix b/systems/palatine-hill/zfs.nix index 8d1ca4a..96e0761 100644 --- a/systems/palatine-hill/zfs.nix +++ b/systems/palatine-hill/zfs.nix @@ -31,6 +31,7 @@ "ZFS-primary/docker".useTemplate = [ "production" ]; "ZFS-primary/hydra".useTemplate = [ "nix-prod" ]; "ZFS-primary/nextcloud".useTemplate = [ "production" ]; + "ZFS-primary/mattermost".useTemplate = [ "production" ]; # all docker containers should have a bind mount if they expect lasting zfs snapshots "ZFS-primary/vardocker".useTemplate = [ "nix-prod" ]; "ZFS-primary/minio".useTemplate = [ "nix-prod" ]; -- 2.53.0