Merge branch 'main' into update_flake_lock_action
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 13m25s

This commit is contained in:
2026-04-18 15:18:08 -04:00
2 changed files with 2 additions and 0 deletions

View File

@@ -15,5 +15,6 @@ in
driver = "postgres";
};
dataDir = "${vars.primary_mattermost}/mattermost";
host = "0.0.0.0";
};
}

View File

@@ -132,6 +132,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" ];