From 62cec07035a95e8763dcb9399300e2bf395c91ed Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Tue, 16 Nov 2021 19:21:33 +0100 Subject: nixos/mjolnir: set rawHomeserverUrl in config --- nixos/modules/services/matrix/mjolnir.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/matrix/mjolnir.nix b/nixos/modules/services/matrix/mjolnir.nix index 8a54f93d98d..278924b05cf 100644 --- a/nixos/modules/services/matrix/mjolnir.nix +++ b/nixos/modules/services/matrix/mjolnir.nix @@ -14,6 +14,8 @@ let else cfg.homeserverUrl; + rawHomeserverUrl = cfg.homeserverUrl; + pantalaimon = { inherit (cfg.pantalaimon) username; -- cgit 1.4.1