From 017652ba1f91a1ad8abc6878c4e4b9ea8e82d87e Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 10 Feb 2026 00:23:47 -0600 Subject: [PATCH] disable matrix test --- hosts/h001/containers/default.nix | 2 +- hosts/h001/containers/matrix.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/h001/containers/default.nix b/hosts/h001/containers/default.nix index ec0e352f..473f4041 100644 --- a/hosts/h001/containers/default.nix +++ b/hosts/h001/containers/default.nix @@ -6,7 +6,7 @@ ./dawarich.nix ./forgejo.nix ./immich.nix - ./matrix.nix + # ./matrix.nix ./opengist.nix ./zitadel.nix ]; diff --git a/hosts/h001/containers/matrix.nix b/hosts/h001/containers/matrix.nix index fe5f5f08..a0cc97dc 100644 --- a/hosts/h001/containers/matrix.nix +++ b/hosts/h001/containers/matrix.nix @@ -219,6 +219,9 @@ in services.resolved.enable = true; + # Add dendrite to PATH for admin tools (create-account, etc.) + environment.systemPackages = [ pkgs.dendrite ]; + # PostgreSQL for Dendrite and mautrix-gmessages services.postgresql = { enable = true;