From ae324864473dee524bbfed0820c95f91252ae188 Mon Sep 17 00:00:00 2001 From: "xyno (Philipp Hochkamp)" Date: Mon, 7 Aug 2023 15:20:48 +0200 Subject: [PATCH] fix: matrix host stuffzies --- hosts/picard/xynospace-matrix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/picard/xynospace-matrix.nix b/hosts/picard/xynospace-matrix.nix index 23e45768..8fac4102 100644 --- a/hosts/picard/xynospace-matrix.nix +++ b/hosts/picard/xynospace-matrix.nix @@ -33,7 +33,7 @@ in services.matrix-synapse = { enable = true; settings.server_name = serverName; - extraConfigFiles = [ ms ]; + extraConfigFiles = [ "/host${ms}" ]; settings.database.args.user = "matrix-synapse-xynospace"; settings.database.name = "psycopg2"; settings.database.args.database = "matrix-synapse-xynospace"; @@ -61,7 +61,7 @@ in autoStart = true; bindMounts = { - "/run/agenix" = { hostPath = "/run/agenix"; isReadOnly = true; }; + "/host/run" = { hostPath = "/run"; isReadOnly = true; }; "/run/agenix.d" = { hostPath = "/run/agenix.d"; isReadOnly = true; }; };