nixos/mjolnir: set rawHomeserverUrl in config

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