From 61ceb3e94e8e70c4ec0c987374e6a23164135f0c Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 10 Mar 2025 22:55:08 +0000 Subject: [PATCH] matrix: fix broken build --- hosts/vps1/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vps1/matrix.nix b/hosts/vps1/matrix.nix index c230d71..67036b5 100644 --- a/hosts/vps1/matrix.nix +++ b/hosts/vps1/matrix.nix @@ -115,7 +115,7 @@ in "/_synapse/client".proxyPass = "http://localhost:8008"; }; }; - "${cfg.serverName}" = + "${serverName}" = let mkWellKnown = data: '' more_set_headers 'Content-Type: application/json';