summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-18 18:40:45 +0100
committerGitHub <noreply@github.com>2021-11-18 18:40:45 +0100
commitf271698f25f804dcad7cf4040e21ca31ec29d5f9 (patch)
treea5f2db2fd78bea4f6e5e71c2b0b5bdce75951924 /nixos
parentcb34fa1b426e3c3de193535091600022d7f1080d (diff)
parentc3908b0110a288cbf2f69bc384f019e06219f229 (diff)
Merge pull request #146287 from jojosch/mjolnir-1.2.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/matrix/mjolnir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/matrix/mjolnir.nix b/nixos/modules/services/matrix/mjolnir.nix
index 8a54f93d98d8..278924b05cf2 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;