nixos/mjolnir: set rawHomeserverUrl in config

This commit is contained in:
Johannes Schleifenbaum 2021-11-16 19:21:33 +01:00
parent 4be0baff3c
commit 62cec07035
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -14,6 +14,8 @@ let
else
cfg.homeserverUrl;
rawHomeserverUrl = cfg.homeserverUrl;
pantalaimon = {
inherit (cfg.pantalaimon) username;