nixos/mjolnir: set rawHomeserverUrl in config

+2
+2
nixos/modules/services/matrix/mjolnir.nix
··· 14 14 else 15 15 cfg.homeserverUrl; 16 16 17 + rawHomeserverUrl = cfg.homeserverUrl; 18 + 17 19 pantalaimon = { 18 20 inherit (cfg.pantalaimon) username; 19 21